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

#####################################################################
## tst_conformance Test:
#####################################################################

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