summaryrefslogtreecommitdiffstats
path: root/tests/manual/textrendering/glyphshaping/CMakeLists.txt
blob: 89650701393ce6e93ef3836217d163a7e0f707f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## glyphshaping Binary:
#####################################################################

qt_internal_add_manual_test(glyphshaping
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)