summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-server/heartrate-server.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate-server/heartrate-server.pro')
-rw-r--r--examples/bluetooth/heartrate-server/heartrate-server.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/bluetooth/heartrate-server/heartrate-server.pro b/examples/bluetooth/heartrate-server/heartrate-server.pro
new file mode 100644
index 00000000..4ccf486c
--- /dev/null
+++ b/examples/bluetooth/heartrate-server/heartrate-server.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET = heartrate-server
+
+QT += bluetooth
+CONFIG += c++11
+
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/heartrate-server
+INSTALLS += target