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

#####################################################################
## tst_qmqttpublishproperties Test:
#####################################################################

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