summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro')
-rw-r--r--tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro b/tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro
new file mode 100644
index 0000000..4cd41d5
--- /dev/null
+++ b/tests/auto/qmqttconnectionproperties/qmqttconnectionproperties.pro
@@ -0,0 +1,17 @@
+CONFIG += testcase
+QT += network testlib mqtt
+QT -= gui
+QT_PRIVATE += mqtt-private
+
+TARGET = tst_qmqttconnectionproperties
+
+SOURCES += \
+ tst_qmqttconnectionproperties.cpp
+
+HEADERS += \
+ $$PWD/../../common/broker_connection.h
+
+INCLUDEPATH += \
+ $$PWD/../../common
+
+DEFINES += SRCDIR=\\\"$$PWD/\\\"