aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml/.prev_CMakeLists.txt')
-rw-r--r--tools/qml/.prev_CMakeLists.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/tools/qml/.prev_CMakeLists.txt b/tools/qml/.prev_CMakeLists.txt
index 67dee9c4ba..fc1f44d336 100644
--- a/tools/qml/.prev_CMakeLists.txt
+++ b/tools/qml/.prev_CMakeLists.txt
@@ -16,22 +16,25 @@ add_qt_tool(qml
)
# Resources:
+set(qml_resource_files
+ "conf/content/resizeItemToWindow.qml"
+ "conf/content/resizeWindowToItem.qml"
+ "conf/default.qml"
+ "conf/resizeToItem.qml"
+ "resources/qml-64.png"
+)
+
add_qt_resource(qml "qml"
PREFIX
"/qt-project.org/QmlRuntime"
FILES
- conf/content/resizeItemToWindow.qml
- conf/content/resizeWindowToItem.qml
- conf/default.qml
- conf/resizeToItem.qml
- resources/qml-64.png
+ ${qml_resource_files}
)
#### Keys ignored in scope 1:.:.:qml.pro:<TRUE>:
# ICON = "resources/qml64.png"
# QMAKE_TARGET_DESCRIPTION = "QML" "Runtime"
-# _LOADED = "qt_tool"
## Scopes:
#####################################################################