summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmqttpublishproperties/qmqttpublishproperties.pro
blob: c28480b158bba81176de49bf69b7fdf33422bd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
QT       += network testlib mqtt
QT       -= gui
QT_PRIVATE += mqtt-private

TARGET = tst_qmqttpublishproperties

SOURCES += \
    tst_qmqttpublishproperties.cpp

HEADERS += \
    $$PWD/../../common/broker_connection.h

INCLUDEPATH += \
    $$PWD/../../common

DEFINES += SRCDIR=\\\"$$PWD/\\\"