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

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

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