-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
None
-
QDS Berlin - 2023 Week 13/14
Currently the MCU support depends on the Qt 5 kit.
Qt for MCUs 2.3 should be compatible with Qt 6, though.
This needs to be tested.
Current we use Qt 5 style imports:
"import QtQuick 2.15"
We have to check if those imports also work now with MCU 2.3 and qmlproject export:
"import QtQuick" //No import
"import QtQuick 6.4" //6.4
"import QtQuick 6.5" //6.5