summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qfontmetrics/CMakeLists.txt
blob: 10c2400bd43b56132af6bb0f82bbda8a319cc11f (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
33
34
# 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 qfontmetrics.pro.

#####################################################################
## tst_qfontmetrics Test:
#####################################################################

qt_internal_add_test(tst_qfontmetrics
    SOURCES
        tst_qfontmetrics.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
)

# Resources:
set_source_files_properties("../../../shared/resources/testfont.ttf"
    PROPERTIES QT_RESOURCE_ALIAS "testfont.ttf"
)
set(testfont_resource_files
    "../../../shared/resources/testfont.ttf"
    "ucs4font.ttf"
)

qt_internal_add_resource(tst_qfontmetrics "testfont"
    PREFIX
        "/fonts"
    FILES
        ${testfont_resource_files}
)