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

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

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

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