summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qrawfont/CMakeLists.txt
blob: 04db8d87606f03c6f48923c87493b41c038546ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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}
)