summaryrefslogtreecommitdiff
path: root/tests/auto/runtime/CMakeLists.txt
blob: 65237c88d154d258aaa3470d74a0c752e1a022b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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

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