summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qpointer/CMakeLists.txt
blob: 804a3a9defd1f1fcc76d6c81b229dd49acb2b584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from qpointer.pro.

#####################################################################
## tst_qpointer Test:
#####################################################################

add_qt_test(tst_qpointer
    SOURCES
        tst_qpointer.cpp
)

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

extend_target(tst_qpointer CONDITION TARGET Qt::Widgets
    PUBLIC_LIBRARIES
        Qt::Widgets
)