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

QT = core bluetooth
android|darwin: QT += gui

CONFIG += c++11 console

SOURCES += main.cpp

ios: QMAKE_INFO_PLIST = Info.plist
macos: QMAKE_INFO_PLIST = ../shared/Info.qmake.macos.plist

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