qt5base-lts/tests/auto/gui/text/qfont/CMakeLists.txt

38 lines
764 B
CMake
Raw Normal View History

# Generated from qfont.pro.
#####################################################################
## tst_qfont Test:
#####################################################################
qt_internal_add_test(tst_qfont
SOURCES
tst_qfont.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
INCLUDE_DIRECTORIES
../../../../shared
)
# Resources:
set(testfont_resource_files
"weirdfont.otf"
)
qt_internal_add_resource(tst_qfont "testfont"
PREFIX
"/"
FILES
${testfont_resource_files}
)
## Scopes:
#####################################################################
qt_internal_extend_target(tst_qfont CONDITION TARGET Qt::Widgets
PUBLIC_LIBRARIES
Qt::Widgets
)