33 lines
738 B
CMake
33 lines
738 B
CMake
# Generated from qrawfont.pro.
|
|
|
|
#####################################################################
|
|
## tst_qrawfont Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qrawfont
|
|
SOURCES
|
|
tst_qrawfont.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
)
|
|
|
|
# Resources:
|
|
set_source_files_properties("../../../shared/resources/testfont.ttf"
|
|
PROPERTIES QT_RESOURCE_ALIAS "testfont.ttf"
|
|
)
|
|
set(testdata_resource_files
|
|
"../../../shared/resources/testfont.ttf"
|
|
"testfont_bold_italic.ttf"
|
|
"testfont_os2_v1.ttf"
|
|
)
|
|
|
|
qt_internal_add_resource(tst_qrawfont "testdata"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${testdata_resource_files}
|
|
)
|
|
|