summaryrefslogtreecommitdiffstats
path: root/tradeshow
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2017-09-28 11:16:18 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-09-28 09:32:06 +0000
commitd53a691180070e8126c24fae2115cb7afd867a94 (patch)
tree72895db2b9d8813501f955f3f23933d629e18d9b /tradeshow
parent3020c3ed8ec706ca1fa6629cb64be8b56d141e8e (diff)
iot-sensortag: Do not enable MQTT by default
This was agreed in a previous patch set for bb226a8dc9b6508c8d72c67b5260b9a733f7fca1. However, it slipped in due to wrong rebasing. Change-Id: I2725ae54da6573a9bc2dc5f965b8e9c0c65997a0 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tradeshow')
-rw-r--r--tradeshow/iot-sensortag/SensorTagDemo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tradeshow/iot-sensortag/SensorTagDemo.pro b/tradeshow/iot-sensortag/SensorTagDemo.pro
index c69a181..bae8f07 100644
--- a/tradeshow/iot-sensortag/SensorTagDemo.pro
+++ b/tradeshow/iot-sensortag/SensorTagDemo.pro
@@ -25,7 +25,7 @@ win32|linux|android:!qnx {
# For using MQTT upload enable this config.
# This enables both, host and client mode
-CONFIG += UPDATE_TO_MQTT_BROKER
+# CONFIG += UPDATE_TO_MQTT_BROKER
win32:!contains(CONFIG, UPDATE_TO_MQTT_BROKER) {
WASTORAGE_PATH = $$(WASTORAGE_LOCATION)