summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qpointer/CMakeLists.txt
blob: cfafc1eb11046044c7306504a1ebfa1e9e9c5fb3 (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:
#####################################################################

qt_internal_add_test(tst_qpointer
    SOURCES
        tst_qpointer.cpp
)

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

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