Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
QDS 4.4
-
None
Description
Steps to reproduce
- Create a new MCU project ("File" > "New Project..." > "Qt for MCUs")
- Inspect the auto-generated CMakeList.txt file and verify that it is a QUL project
- Select "File" > "Export Project" > "Export as Latest Project Format..." and complete the export
Expected Outcomes
The new CMakeLists.txt is still an MCU project (using qul_add_target(), qul_add_qml_module(), etc.)
Actual Outcomes
The new CMakeLists.txt is now a regular Qt project (using qt_add_executable(), qt_add_qml_module(), etc.)
Attachments
Issue Links
- relates to
-
QDS-12677 QUL/MCU project is not exportable
- Open