summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfontdialog
diff options
context:
space:
mode:
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)