aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltranslation
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/qqmltranslation
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/qqmltranslation')
-rw-r--r--tests/auto/qml/qqmltranslation/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmltranslation/CMakeLists.txt b/tests/auto/qml/qqmltranslation/CMakeLists.txt
index 560d712b94..8d96732e1f 100644
--- a/tests/auto/qml/qqmltranslation/CMakeLists.txt
+++ b/tests/auto/qml/qqmltranslation/CMakeLists.txt
@@ -35,12 +35,12 @@ set_source_files_properties(
data/translation.qml
PROPERTIES
QT_SKIP_QUICKCOMPILER 1
- alias translation.qml
+ QT_RESOURCE_ALIAS translation.qml
)
set_source_files_properties(
data/qml_fr.qm
PROPERTIES
- alias qml_fr.qm
+ QT_RESOURCE_ALIAS qml_fr.qm
)
# special case end
add_qt_resource(tst_qqmltranslation "translation"