summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/CMakeLists.txt
blob: 3be3287532f4bfb8326a01ef9fedb518c1c6903a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated from qobject.pro.

#####################################################################
## tst_qobject Test:
#####################################################################

add_qt_test(tst_qobject
    SOURCES
        tst_qobject.cpp
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    LIBRARIES
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Network
)

#### Keys ignored in scope 3:.:.:test.pro:<TRUE>:
# CONFIG = "testcase" "console"

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

#### Keys ignored in scope 4:.:.:test.pro:QT_CONFIG___contains___c++1z:
# CONFIG = "c++1z"

if(NOT WINRT)
    add_subdirectory(signalbug)
endif()