summaryrefslogtreecommitdiff
path: root/examples/bluetooth/heartrate-game/heartrate-game.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-game/heartrate-game.pro')
-rw-r--r--examples/bluetooth/heartrate-game/heartrate-game.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/bluetooth/heartrate-game/heartrate-game.pro b/examples/bluetooth/heartrate-game/heartrate-game.pro
index 02d238ad..f55053b4 100644
--- a/examples/bluetooth/heartrate-game/heartrate-game.pro
+++ b/examples/bluetooth/heartrate-game/heartrate-game.pro
@@ -4,6 +4,10 @@ TARGET = heartrate-game
QT += qml quick bluetooth
CONFIG += c++11
+CONFIG += qmltypes
+QML_IMPORT_NAME = Shared
+QML_IMPORT_MAJOR_VERSION = 1
+
HEADERS += \
connectionhandler.h \
deviceinfo.h \