summaryrefslogtreecommitdiff
path: root/tests/auto/debugwrapper/CMakeLists.txt
blob: 7c6d27ca7763e077f4946c8ee65f4fb5eaf1104b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

qt_internal_add_test(tst_debugwrapper
    SOURCES
        ../error-checking.h
        tst_debugwrapper.cpp
    DEFINES
        AM_TESTDATA_DIR=\\\"${CMAKE_CURRENT_BINARY_DIR}/../../data/\\\"
    LIBRARIES
        Qt::Network
        Qt::AppManManagerPrivate
)

qt_internal_extend_target(tst_debugwrapper CONDITION TARGET Qt::DBus
    LIBRARIES
        Qt::DBus
)