Qt Creator 9.0.1 offline installer
-
Hi all,
I need install the Qt Creator 9.0.1, but current online installer only allow me to install version 9.02. Where can I get an offline 9.0.1 Qt Creator intaller?Thanks
Andre@AMout said in Qt Creator 9.0.1 offline installer:
Hi all,
I need install the Qt Creator 9.0.1, but current online installer only allow me to install version 9.02.Why?
Where can I get an offline 9.0.1 Qt Creator intaller?
qt-creator-opensource-windows-x86_64-9.0.1.exe
qt-creator-opensource-linux-x86_64-9.0.1.run -
@AMout said in Qt Creator 9.0.1 offline installer:
Hi all,
I need install the Qt Creator 9.0.1, but current online installer only allow me to install version 9.02.Why?
Where can I get an offline 9.0.1 Qt Creator intaller?
qt-creator-opensource-windows-x86_64-9.0.1.exe
qt-creator-opensource-linux-x86_64-9.0.1.run@ChrisW67 Thanks!
I am trying to solve the following problem and I though the qt creator version could be related:
I have installed qt creator version 9.0.2 (now also 9.0.1), Qt 5.15.2, msvc 2019.
I have opened a qt project that I know works fine.
I can compile and run successfully but I get plenty error messages on the qt editor. After some research I figure out it may be related to clang plug. So I disabled the clangCodeModel plugin on the Qt creator plugin configuration and now no error message on the editor is shown, but also no inline compilation. This lead to the conclusion that the problem is related to clangCodeModel. Does anyone know how to fix it?
I have installed the 9.0.1 qtcreator version you sent but nothing changed. Same inline editor errors.
Thanks
Andre -
@ChrisW67 Thanks!
I am trying to solve the following problem and I though the qt creator version could be related:
I have installed qt creator version 9.0.2 (now also 9.0.1), Qt 5.15.2, msvc 2019.
I have opened a qt project that I know works fine.
I can compile and run successfully but I get plenty error messages on the qt editor. After some research I figure out it may be related to clang plug. So I disabled the clangCodeModel plugin on the Qt creator plugin configuration and now no error message on the editor is shown, but also no inline compilation. This lead to the conclusion that the problem is related to clangCodeModel. Does anyone know how to fix it?
I have installed the 9.0.1 qtcreator version you sent but nothing changed. Same inline editor errors.
Thanks
Andre@AMout said in Qt Creator 9.0.1 offline installer:
This lead to the conclusion that the problem is related to clangCodeModel.
But are you sure QtCreator 9.0.1 does not have this problem?
-
@ChrisW67 Thanks!
I am trying to solve the following problem and I though the qt creator version could be related:
I have installed qt creator version 9.0.2 (now also 9.0.1), Qt 5.15.2, msvc 2019.
I have opened a qt project that I know works fine.
I can compile and run successfully but I get plenty error messages on the qt editor. After some research I figure out it may be related to clang plug. So I disabled the clangCodeModel plugin on the Qt creator plugin configuration and now no error message on the editor is shown, but also no inline compilation. This lead to the conclusion that the problem is related to clangCodeModel. Does anyone know how to fix it?
I have installed the 9.0.1 qtcreator version you sent but nothing changed. Same inline editor errors.
Thanks
Andre@AMout said in Qt Creator 9.0.1 offline installer:
I can compile and run successfully but I get plenty error messages on the qt editor.
You get warnings in the editor, usually for sane things, and usually things that will cause similar warning from the compiler. Perhaps best to ask why.
-
@AMout said in Qt Creator 9.0.1 offline installer:
I can compile and run successfully but I get plenty error messages on the qt editor.
You get warnings in the editor, usually for sane things, and usually things that will cause similar warning from the compiler. Perhaps best to ask why.