summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qstatictext/CMakeLists.txt
blob: 1c182b3659235ec6c000f609c03b4e0cadad1411 (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_add_test(tst_qstatictext
    SOURCES
        tst_qstatictext.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

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

qt_extend_target(tst_qstatictext CONDITION QT_FEATURE_private_tests
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
)