Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 13.0.0
-
None
Description
QtMCUs projects often comes with both CMakeLists.txt and <folder-name>.qmlproject files in the project's root folder
- my-app
- my-app.qmlproject
- CMakeLists.txt
- others....
In this case the project will be opened as a QmlProject project instead of CMake (with a QtMCUs kit) which results in undefined behaviour when the project is opend
TODO:
- check if it is possible to alter the logic for picking Project types to consider this case