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

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

qt_internal_add_test(tst_qpointer
    SOURCES
        tst_qpointer.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

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

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