aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel
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/qquickfolderlistmodel
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/qquickfolderlistmodel')
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qquickfolderlistmodel/CMakeLists.txt b/tests/auto/qml/qquickfolderlistmodel/CMakeLists.txt
index bb32a2426f..f31cb3d0fd 100644
--- a/tests/auto/qml/qquickfolderlistmodel/CMakeLists.txt
+++ b/tests/auto/qml/qquickfolderlistmodel/CMakeLists.txt
@@ -30,7 +30,7 @@ add_qt_test(tst_qquickfolderlistmodel
)
# special case begin
-set_source_files_properties(data/txtdir/hello.txt PROPERTIES alias "txtdir/hello.txt")
+set_source_files_properties(data/txtdir/hello.txt PROPERTIES QT_RESOURCE_ALIAS "txtdir/hello.txt")
# special case end
# Resources:
add_qt_resource(tst_qquickfolderlistmodel "introspect"