Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 4.15.2
-
None
Description
Steps to reproduce
- Ensure Qt for MCUs is installed
- Create a MCU project in Qt Creator
- Set a MCU kit (desktop or real hardware)
- Assign a valid Qt 5.15 version to the MCU kit
- Open the main QML file in the design tab (form editor)
Expected result
- The component library only offers types available in QUL
- The property tab grays out the properties that are not available in QUL
- When adding a component module, only QUL modules are offered
Actual result
Everything offered to the user is based on Qt, meaning he might be using something that doesn't exist in QUL.
Note
Qt Design Studio already solved this problem for .qmlproject based projects, but it is not applied to CMake projects in Qt Creator.
Attachments
Issue Links
- resulted from
-
QTMCU-62 Trouble building kit for STM32F769I-DISCO
- Closed