Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
QDS 2.0 Alpha (internal only)
-
None
Description
Had received a Design Studio project for MCU that was created using Qt DS 2.0 rc1.
When I tried putting together an MCU project using the output of the above exercise it flagged an error for "Loader..." element. It seems the plugin cannot differentiate between MCU and MPU. Loader element is not supported in our MCU offering.
Here is what the error is,
[ 5%] Running qmltocpp on C:/Users/shdhumal/WorkDir/samplecode/MCUApps/wg_washingmachine/QT_WhiteGoods_Milestone3_Ver2/Card_cycle_selected.ui.qml
C:/Users/shdhumal/WorkDir/samplecode/MCUApps/wg_washingmachine/QT_WhiteGoods_Milestone3_Ver2/Button_nav_medium.ui.qml:30:5: error: Unknown object type Loader
Loader {
^~~~~~
jom: C:\Users\shdhumal\WorkDir\samplecode\MCUApps\build-wg_washingmachine-Qt_for_MCUs_1_5_Desktop_32bpp-Debug\CMakeFiles\wg_washingmachine.dir\build.make [CMakeFiles\wg_washingmachine.dir\Button_nav_medium.h] Error 1
C:/Users/shdhumal/WorkDir/samplecode/MCUApps/wg_washingmachine/QT_WhiteGoods_Milestone3_Ver2/Button_nav_small.ui.qml:30:5: error: Unknown object type Loader
Loader {
^~~~~~