In Qt Design Studio, I created a mobile project and set up CMake for export.
When I opened the CMakeLists.txt
file in Qt Creator, I encountered this error in the project explorer:
CMake project configuration failed. No Make configuration for build type "Debug" found. Check General Messages for more information.
My goal is to use Design Studio to develop both the GUI and backend with Creator within the same project, allowing for easy modifications to the UI files.
I even attempted to create a project in Qt Creator and then open it in Design Studio, but I couldn't locate the .qmlproject
file to open in Design Studio.
I'm not sure what I'm doing wrong.
In Qt Design Studio, I created a mobile project and set up CMake for export.
When I opened the CMakeLists.txt
file in Qt Creator, I encountered this error in the project explorer:
CMake project configuration failed. No Make configuration for build type "Debug" found. Check General Messages for more information.
My goal is to use Design Studio to develop both the GUI and backend with Creator within the same project, allowing for easy modifications to the UI files.
I even attempted to create a project in Qt Creator and then open it in Design Studio, but I couldn't locate the .qmlproject
file to open in Design Studio.
I'm not sure what I'm doing wrong.
Share Improve this question edited Feb 18 at 2:45 musicamante 48.4k8 gold badges41 silver badges72 bronze badges asked Feb 17 at 18:40 JrsheJrshe 211 bronze badge New contributor Jrshe is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 2- Hi @Jrshe, it sounds like your Kit might be faulty (see doc.qt.io/qtcreator/creator-preferences-kits.html for info about Kits). Which Kit did you use to build your project? Are you able to use this Kit to build a simple project that's created by Qt Creator? – JKSH Commented Feb 18 at 7:55
- By the way, this is not a programming question so forum.qt.io would be a more appropriate place to ask than StackOverflow. If you'd like further advice, please post your question at the Qt Forum. – JKSH Commented Feb 18 at 7:56
1 Answer
Reset to default 1by default the qmlproject is not created in the Quick (QML) project setup in the latest Qt Creator. But you can find the workflow to work with Qt DS and Creator if you create the project with template 'Other Project -> Qt Quick UI Prototype' which you will find in Qt Creator's project creator. This is done by marking "Create a project taht you can open in Qt Design Studio" when going through the wizard. I verified this with Qt Creator 15 and Qt DS 4.6.