aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 19:07:06 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 10:22:26 +0000
commite9cac99f3796740ea93b23b0fe893fc880e0b5d4 (patch)
tree7bb8d41c520e9d59bd2a39cf53ab8c948db57511 /tools/qml
parent82525a2b3861ad695c156c2cac4239134f8ac922 (diff)
Regenerate projects
Change-Id: I38044c382e4d84b5865a19cdd04cc8922bd72a77 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/.prev_CMakeLists.txt15
-rw-r--r--tools/qml/CMakeLists.txt15
2 files changed, 18 insertions, 12 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:
#####################################################################
diff --git a/tools/qml/CMakeLists.txt b/tools/qml/CMakeLists.txt
index bd8d32f880..84d4c9b803 100644
--- a/tools/qml/CMakeLists.txt
+++ b/tools/qml/CMakeLists.txt
@@ -27,22 +27,25 @@ set_source_files_properties(
# special case end
# 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:
#####################################################################