Details
-
Epic
-
Resolution: Done
-
P1: Critical
-
None
-
None
-
Use QML compiler from MCU in pre-build phase
Description
Currently we can see QML \/ Qt for MCU disconnects when you run the application on the device, pre-processing cannot be done by QDS.
By incorporating the QML compiler from Qt for MCU we would know in compilation time which QML properties are not met in the QDS project.
QUL tools need to be run whenever a user tries to preview the UI. If errors are found, they should be displayed somewhere in QDS (error console?), and the preview run should be aborted.
When using the Live Preview feature on desktop, we could run the check when restarting the live preview, as well as periodically.