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

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

add_qt_test(tst_qmqttsubscriptionproperties
    GUI
    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
)