aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-08-15 12:02:27 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-08-15 10:40:14 +0000
commit75cc4ded6681a07eb752c927de0d43aa5df36dd6 (patch)
tree1bf2edf1456c269e35df4d1f53a29c6d10beb822 /tests/auto/qml/qmlcachegen
parent4e14f6e70abb4a02a570a390f462736666b234a7 (diff)
Rename alias resource properties
Rename all alias resource properteis to QT_RESOURCE_ALIAS to match the latest changes in qtbase. Add special case to install_cmake since it doesn't have any cmake files in that directory. Change-Id: Icf78ed1e126daa149b62aa418fd5f7ad8579e2bc Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcachegen')
-rw-r--r--tests/auto/qml/qmlcachegen/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/qml/qmlcachegen/CMakeLists.txt b/tests/auto/qml/qmlcachegen/CMakeLists.txt
index 0ac705cd0d..f834c78309 100644
--- a/tests/auto/qml/qmlcachegen/CMakeLists.txt
+++ b/tests/auto/qml/qmlcachegen/CMakeLists.txt
@@ -41,13 +41,13 @@ add_qt_resource(tst_qmlcachegen "qmake_workerscripts_test"
${qmake_workerscripts_test_resource_files}
)
set_source_files_properties("data/trickypaths.qml"
- PROPERTIES alias "file name with spaces.qml"
+ PROPERTIES QT_RESOURCE_ALIAS "file name with spaces.qml"
)
set_source_files_properties("data/versionStyleSuffix-1.2-core-yc.qml"
- PROPERTIES alias "versionStyleSuffix-1.2-core-yc.qml"
+ PROPERTIES QT_RESOURCE_ALIAS "versionStyleSuffix-1.2-core-yc.qml"
)
set_source_files_properties("data/versionStyleSuffix-1.2-more.qml"
- PROPERTIES alias "versionStyleSuffix-1.2-more.qml"
+ PROPERTIES QT_RESOURCE_ALIAS "versionStyleSuffix-1.2-more.qml"
)
set(trickypaths_resource_files
"data/trickypaths.qml"
@@ -62,7 +62,7 @@ add_qt_resource(tst_qmlcachegen "trickypaths"
${trickypaths_resource_files}
)
set_source_files_properties("data/Retain.qml"
- PROPERTIES alias "Retain.qml"
+ PROPERTIES QT_RESOURCE_ALIAS "Retain.qml"
)
set(retain_resource_files
"data/Retain.qml"
@@ -100,7 +100,7 @@ add_qt_resource(tst_qmlcachegen "qmake_immediate"
# Resources:
set_source_files_properties("data/umlaut.qml"
- PROPERTIES alias "Bäh.qml"
+ PROPERTIES QT_RESOURCE_ALIAS "Bäh.qml"
)
set(trickypaths_umlaut_resource_files
"data/umlaut.qml"