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

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

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