forked from qt-creator/qt-creator
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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user