summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-server/heartrate-server.pro
blob: edd011b9e03083b781e029efe5a504ef077f0ac6 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = heartrate-server

QT = core bluetooth
CONFIG += c++11

SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/heartrate-server
INSTALLS += target