summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmqttsubscriptionproperties/CMakeLists.txt
blob: 125e4ab2ce22243f97d7eb4e301faa5a656c252e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from qmqttsubscriptionproperties.pro.

#####################################################################
## tst_qmqttsubscriptionproperties Test:
#####################################################################

qt_internal_add_test(tst_qmqttsubscriptionproperties
    SOURCES
        ../../common/broker_connection.h
        tst_qmqttsubscriptionproperties.cpp
    DEFINES
        SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
    INCLUDE_DIRECTORIES
        ../../common
    LIBRARIES
        Qt::MqttPrivate
    PUBLIC_LIBRARIES
        Qt::Mqtt
        Qt::Network
)