2019-11-01 09:28:02 +00:00
|
|
|
# Generated from qglyphrun.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qglyphrun Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qglyphrun
|
2019-11-01 09:28:02 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qglyphrun.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
|
|
|
)
|
|
|
|
|
|
|
|
# Resources:
|
|
|
|
set_source_files_properties("../../../shared/resources/test.ttf"
|
|
|
|
PROPERTIES QT_RESOURCE_ALIAS "test.ttf"
|
|
|
|
)
|
|
|
|
set(testdata_resource_files
|
|
|
|
"../../../shared/resources/test.ttf"
|
|
|
|
)
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_resource(tst_qglyphrun "testdata"
|
2019-11-01 09:28:02 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${testdata_resource_files}
|
|
|
|
)
|
|
|
|
|