aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextmetrics/CMakeLists.txt
blob: d7a740cfd5df5d6aa8166d012aebf848cc0d1821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 qquicktextmetrics.pro.

#####################################################################
## tst_qquicktextmetrics Test:
#####################################################################

qt_internal_add_test(tst_qquicktextmetrics
    SOURCES
        tst_qquicktextmetrics.cpp
    LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::QuickPrivate
)

## Scopes:
#####################################################################