summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qstatictext/CMakeLists.txt
blob: a6e5ab30af4f270a48e57cc48bbbd3efcac749a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from qstatictext.pro.

#####################################################################
## tst_qstatictext Test:
#####################################################################

qt_internal_add_test(tst_qstatictext
    SOURCES
        tst_qstatictext.cpp
    LIBRARIES
        Qt::Gui
)

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

qt_internal_extend_target(tst_qstatictext CONDITION QT_FEATURE_private_tests
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
)