From dd07abf10051d8454e4786ff3071967bc379a6fd Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Mon, 20 Feb 2017 09:17:32 +0100 Subject: Remove platform name from variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The demo can also run on other platforms than linux. Hence the old name is misleading. Change-Id: I8345c93be552c6e8fc614a517528a8e45b5d1381 Reviewed-by: Kari Hautamäki --- tradeshow/iot-sensortag/SensorTagDemo.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tradeshow') 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 { -- cgit v1.2.3