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

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

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