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

QT = core bluetooth
android: QT += gui
CONFIG += c++11

SOURCES += main.cpp

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