QT creator 11.0.3 issues with loading project
-
I am evaluating QT, on a windows 11 machine.
- I create a new QT-quick "hello world" app with MinGW kit. I
- I do not do any changes
- after that the project is set up, I can run it with ctrl-R or F5, even when the code shows errors
- The project looks like
- Then I close the creator and then I reload the project
- now ctr-R or F5 does not work anymore
- the project looks also differently now:
what is going on?
-
@sierdzio thanks for the hint. Be aware that I am currently evaluating so I do not now much about CMakeList. I just create a new project, save it, restart the Creator and load a created *.qmlproject file. I assumed this is the project file. Is this my mistake? What can I load instead?
-
@Veit said in QT creator 11.0.3 issues with loading project:
@sierdzio thanks for the hint. Be aware that I am currently evaluating so I do not now much about CMakeList. I just create a new project, save it, restart the Creator and load a created *.qmlproject file. I assumed this is the project file. Is this my mistake? What can I load instead?
CMakeLists.txt
located in root folder of your project is the main project file.