QmlDesigner: Add QML files from assets_imports

Otherwise they do not show up in the project explorer and
more importantly we do not generate the proper cmakefiles.txt.

Task-number: QDS-7279
Change-Id: Ib6cbd839cee2ec5ded09e57d2097b75f1a1e68e9
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-07-13 13:29:37 +02:00
parent e43e08d77d
commit c92216aea5

View File

@@ -59,6 +59,11 @@ Project {
directory: "asset_imports" directory: "asset_imports"
} }
Files {
filter: "*.qml"
directory: "asset_imports"
}
Environment { Environment {
QT_QUICK_CONTROLS_CONF: "qtquickcontrols2.conf" QT_QUICK_CONTROLS_CONF: "qtquickcontrols2.conf"
QT_AUTO_SCREEN_SCALE_FACTOR: "1" QT_AUTO_SCREEN_SCALE_FACTOR: "1"