summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfontdialog
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 17:45:04 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:05:56 +0000
commit8801d499d00fdcc6aba517ce3382e1f6b0659ae9 (patch)
tree2d981367cc2d900273b22dab10b098d58303f7a9 /tests/auto/widgets/dialogs/qfontdialog
parent52d9b2234cb54d00404607e986e90ca39a68e332 (diff)
Regenerate tests/auto/widgets/dialogs
Change-Id: Ief296935d274bfaa217442890927593f0875271a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/widgets/dialogs/qfontdialog')
-rw-r--r--tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt22
1 files changed, 14 insertions, 8 deletions
diff --git a/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt b/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
index 5edc1c79aa..345822ac79 100644
--- a/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
+++ b/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
@@ -12,23 +12,29 @@ add_qt_test(tst_qfontdialog
Qt::GuiPrivate
Qt::WidgetsPrivate
PUBLIC_LIBRARIES
- Qt::Core
Qt::Gui
Qt::Widgets
)
# Resources:
set_source_files_properties("../../../shared/resources/test.ttf"
- PROPERTIES QT_RESOURCE_ALIAS "test.ttf")
+ PROPERTIES QT_RESOURCE_ALIAS "test.ttf"
+)
set_source_files_properties("../../../shared/resources/testfont.ttf"
- PROPERTIES QT_RESOURCE_ALIAS "testfont.ttf")
-add_qt_resource(tst_qfontdialog "testfonts" PREFIX "/" FILES
- ../../../shared/resources/test.ttf
- ../../../shared/resources/testfont.ttf)
+ PROPERTIES QT_RESOURCE_ALIAS "testfont.ttf"
+)
+set(testfonts_resource_files
+ "../../../shared/resources/test.ttf"
+ "../../../shared/resources/testfont.ttf"
+)
+add_qt_resource(tst_qfontdialog "testfonts"
+ PREFIX
+ "/"
+ FILES
+ ${testfonts_resource_files}
+)
-#### Keys ignored in scope 1:.:.:qfontdialog.pro:<TRUE>:
-# CONFIG = "testcase"
## Scopes:
#####################################################################