2019-05-02 07:33:45 +00:00
|
|
|
# Generated from qfontdialog.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qfontdialog Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
add_qt_test(tst_qfontdialog
|
2018-10-24 13:20:27 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qfontdialog.cpp
|
2019-05-02 07:33:45 +00:00
|
|
|
PUBLIC_LIBRARIES
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::CorePrivate
|
2019-05-02 07:33:45 +00:00
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-05-02 07:33:45 +00:00
|
|
|
Qt::Widgets
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::WidgetsPrivate
|
2018-10-24 13:20:27 +00:00
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
|
|
|
|
# Resources:
|
|
|
|
set_source_files_properties("../../../shared/resources/test.ttf"
|
2019-11-12 16:45:04 +00:00
|
|
|
PROPERTIES QT_RESOURCE_ALIAS "test.ttf"
|
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
set_source_files_properties("../../../shared/resources/testfont.ttf"
|
2019-11-12 16:45:04 +00:00
|
|
|
PROPERTIES QT_RESOURCE_ALIAS "testfont.ttf"
|
|
|
|
)
|
|
|
|
set(testfonts_resource_files
|
|
|
|
"../../../shared/resources/test.ttf"
|
|
|
|
"../../../shared/resources/testfont.ttf"
|
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
|
2019-11-12 16:45:04 +00:00
|
|
|
add_qt_resource(tst_qfontdialog "testfonts"
|
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${testfonts_resource_files}
|
|
|
|
)
|
2019-05-02 07:33:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|