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

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

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