946facb1ae
FontConfig related tests fail on ARMv7 QEMU. Task-number: QTQAINFRA-4127 Change-Id: I3202f660d12d09a65bc50747d679921b6dfa75f8 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
38 lines
764 B
CMake
38 lines
764 B
CMake
# 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
|
|
)
|