aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextmetrics/CMakeLists.txt
blob: 74e5c2bf7ee92dd44a62c022479d13eff883e8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from qquicktextmetrics.pro.

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

qt_add_test(tst_qquicktextmetrics
    SOURCES
        tst_qquicktextmetrics.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::QuickPrivate
)

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