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

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

SOURCES += main.cpp

ios: QMAKE_INFO_PLIST = Info.plist

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