summaryrefslogtreecommitdiffstats
path: root/tradeshow
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow')
-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 {