summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/SensorTagDemo.pro
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2018-10-24 16:07:05 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2018-10-25 06:05:24 +0000
commitd59d4b183c3484a978f197ad27e2491138775c92 (patch)
tree212d9a4d6e7a5264ab5ff14f18ecb531257eda9b /tradeshow/iot-sensortag/SensorTagDemo.pro
parentc0917669684e051f79f6afb557bb491828346a47 (diff)
SensorTag: Prefer loading MQTT configuration from file
To avoid accidently pushing credentials, they should not be patched into the header, but rather be placed in to a file co-located to the executable. Change-Id: I03950107f39a88b0f1c7deb49ff16d25ddf9df4d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/SensorTagDemo.pro')
-rw-r--r--tradeshow/iot-sensortag/SensorTagDemo.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tradeshow/iot-sensortag/SensorTagDemo.pro b/tradeshow/iot-sensortag/SensorTagDemo.pro
index 6be190e..7393afc 100644
--- a/tradeshow/iot-sensortag/SensorTagDemo.pro
+++ b/tradeshow/iot-sensortag/SensorTagDemo.pro
@@ -14,7 +14,7 @@ CONFIG += c++11
DEFINES += QT_NO_FOREACH
# Specify UI layout to use: UI_SMALL or UI_WATCH
-DEFINES += UI_WATCH
+DEFINES += UI_SMALL
# To overcome the bug QTBUG-58648, uncomment this define
# Needed at least for RPi3 and iMX
@@ -28,7 +28,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
# For using Azure cloud connectivity enable
# this config. This enabled both, host and