qt5base-lts/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
Leander Beernaert 7fda42ef9a 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>
2019-08-15 09:34:09 +00:00

35 lines
982 B
CMake

# Generated from qfontdialog.pro.
#####################################################################
## tst_qfontdialog Test:
#####################################################################
add_qt_test(tst_qfontdialog
SOURCES
tst_qfontdialog.cpp
LIBRARIES
Qt::CorePrivate
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")
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)
#### Keys ignored in scope 1:.:.:qfontdialog.pro:<TRUE>:
# CONFIG = "testcase"
## Scopes:
#####################################################################