summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2017-11-18 21:07:44 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-11-20 12:41:32 +0000
commit22d20e81d866b79e1e9fefe3f24f93aeb687a450 (patch)
treeb4655e95bce9a27be4a5c024d5532811807cbb04 /examples/bluetooth
parent7f0e5cb092574355f356777a3f2997c54e02139b (diff)
Example heartrate-server needs only core and bluetooth module
Fixes compile with disabled gui module. Task-number: QTBUG-64597 Change-Id: I376dede3db987e524f97070344cc119e0ee1d187 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/bluetooth')
-rw-r--r--examples/bluetooth/heartrate-server/heartrate-server.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-server/heartrate-server.pro b/examples/bluetooth/heartrate-server/heartrate-server.pro
index 4ccf486c..edd011b9 100644
--- a/examples/bluetooth/heartrate-server/heartrate-server.pro
+++ b/examples/bluetooth/heartrate-server/heartrate-server.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = heartrate-server
-QT += bluetooth
+QT = core bluetooth
CONFIG += c++11
SOURCES += main.cpp