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

#####################################################################
## tst_quickfontmetrics Test:
#####################################################################

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

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