summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/deviceinfo.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-04-03 12:17:20 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-04-04 09:02:31 +0000
commit462954b30267e5b22f35caba0e37fb3d02d2c29c (patch)
treef769e66c21fd0f4f52439736fb2a587b82bd1686 /examples/bluetooth/heartrate-game/deviceinfo.cpp
parent283870e39be08e89050377cf2e4584b453cdc4e2 (diff)
Add means to enable simulator build with one easy define
Otherwise it is only enabled on Win32 builds Change-Id: I23ce25411294ebe2dae2272c16789da897b43e82 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'examples/bluetooth/heartrate-game/deviceinfo.cpp')
-rw-r--r--examples/bluetooth/heartrate-game/deviceinfo.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/bluetooth/heartrate-game/deviceinfo.cpp b/examples/bluetooth/heartrate-game/deviceinfo.cpp
index 4d1a3498..cb2ca97e 100644
--- a/examples/bluetooth/heartrate-game/deviceinfo.cpp
+++ b/examples/bluetooth/heartrate-game/deviceinfo.cpp
@@ -38,6 +38,7 @@
**
****************************************************************************/
+#include "heartrate-global.h"
#include "deviceinfo.h"
#include <QBluetoothAddress>
#include <QBluetoothUuid>
@@ -54,7 +55,7 @@ QBluetoothDeviceInfo DeviceInfo::getDevice() const
QString DeviceInfo::getName() const
{
-#ifdef Q_OS_WIN32
+#ifdef SIMULATOR
return "Demo device";
#else
return m_device.name();
@@ -63,7 +64,7 @@ QString DeviceInfo::getName() const
QString DeviceInfo::getAddress() const
{
-#ifdef Q_OS_WIN32
+#ifdef SIMULATOR
return "00:11:22:33:44:55";
#elif Q_OS_DARWIN
// workaround for Core Bluetooth: