summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2017-02-20 09:17:32 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-02-20 08:26:24 +0000
commitdd07abf10051d8454e4786ff3071967bc379a6fd (patch)
tree112225bda927ad045b1f3dc792a365f18a35ea35
parent88d6c888363194c24fa11716bc2bbbf230af954d (diff)
Remove platform name from variable
The demo can also run on other platforms than linux. Hence the old name is misleading. Change-Id: I8345c93be552c6e8fc614a517528a8e45b5d1381 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
-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 49d2acf..8d2e471 100644
--- a/tradeshow/iot-sensortag/SensorTagDemo.pro
+++ b/tradeshow/iot-sensortag/SensorTagDemo.pro
@@ -17,7 +17,7 @@ DEVICE_TYPE = UI_SMALL
# If DEVICE_TYPE is not set manually, try to determine
# the correct device type by the used operating system
win32|linux:!android:!qnx {
- CONFIG += BLUETOOTH_LINUX_HOST
+ CONFIG += BLUETOOTH_HOST
isEmpty(DEVICE_TYPE) { DEVICE_TYPE = UI_SMALL }
} else:android {
isEmpty(DEVICE_TYPE) { DEVICE_TYPE = UI_MEDIUM }
@@ -60,7 +60,7 @@ HEADERS += \
bluetoothapiconstants.h \
seriesstorage.h
-BLUETOOTH_LINUX_HOST {
+BLUETOOTH_HOST {
win32 {
!isEmpty(WASTORAGE_PATH):!isEmpty(CPPRESTSDK_LOCATION): CONFIG += UPDATE_TO_AZURE
} else {