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

QT += bluetooth
CONFIG += c++11

SOURCES += main.cpp

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