summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qpointer/CMakeLists.txt
blob: a24f25b0872232bc1b2a81ffe33b50a6623ee116 (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_add_test(tst_qpointer
    SOURCES
        tst_qpointer.cpp
)

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

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