summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfontdialog
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-08-15 10:42:47 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-08-15 09:34:09 +0000
commit7fda42ef9ad1d4980c905ff4415124adf5d06966 (patch)
tree2b1472686922b28a599d58ce9d58735296fcc03d /tests/auto/widgets/dialogs/qfontdialog
parent8630c5ac7ef9db033f96adbd5dec363f9f2796b9 (diff)
Rename alias property on source files to QT_RESOURCE_ALIAS
Rename the alias property used by add_qt_resource() to QT_RESOURCE_ALIAS to match property naming conventions. Change-Id: I97b12b0b794e158f03dabeed5ec23a3b7d56cfbb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/widgets/dialogs/qfontdialog')
-rw-r--r--tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt b/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
index 58cda26f0a..5edc1c79aa 100644
--- a/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
+++ b/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
@@ -19,9 +19,9 @@ add_qt_test(tst_qfontdialog
# Resources:
set_source_files_properties("../../../shared/resources/test.ttf"
- PROPERTIES alias "test.ttf")
+ PROPERTIES QT_RESOURCE_ALIAS "test.ttf")
set_source_files_properties("../../../shared/resources/testfont.ttf"
- PROPERTIES alias "testfont.ttf")
+ PROPERTIES QT_RESOURCE_ALIAS "testfont.ttf")
add_qt_resource(tst_qfontdialog "testfonts" PREFIX "/" FILES
../../../shared/resources/test.ttf
../../../shared/resources/testfont.ttf)