Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 4.3
Description
When importing assests from qtbridge files, the generated *.ui.qml files always import QtQuick.Studio.Components for MCU projects, which cannot be used in MCU projects (for example SvgPathItem, ArcItem). There is workaround to manually remove this import, but it may require a lot of effort to manually remove that from all files, or it may cause confusion to the customer that qtbridge doesn't work at all for MCU projects.
Is it possible to let qtbridge importer check the project property first, and then decide if it needs to add the line "import QtQuick.Studio.Components 1.0" on the top of all ui.qml files?