summaryrefslogtreecommitdiffstats
path: root/tests/auto/systemreader/CMakeLists.txt
blob: ca78937ff923de84f007eb125589151790ddf32e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

qt_internal_add_test(tst_systemreader
    SOURCES
        ../error-checking.h
        tst_systemreader.cpp
    DEFINES
        AM_TESTDATA_DIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
    PUBLIC_LIBRARIES
        Qt::Network
        Qt::AppManApplicationPrivate
        Qt::AppManCommonPrivate
        Qt::AppManManagerPrivate
        Qt::AppManMonitorPrivate
        Qt::AppManWindowPrivate
)

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

qt_internal_extend_target(tst_systemreader CONDITION TARGET Qt::DBus
    PUBLIC_LIBRARIES
        Qt::DBus
)