From 7fda42ef9ad1d4980c905ff4415124adf5d06966 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Thu, 15 Aug 2019 10:42:47 +0200 Subject: 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 --- tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt') 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) -- cgit v1.2.3