summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qrawfont/CMakeLists.txt
blob: 036f6806e391e614ef3eb693049fa4ccd3dd3245 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qrawfont.pro.

#####################################################################
## tst_qrawfont Test:
#####################################################################

# 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_test(tst_qrawfont
    SOURCES
        tst_qrawfont.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
    TESTDATA ${testdata_resource_files}
    BUILTIN_TESTDATA
)