summaryrefslogtreecommitdiff
path: root/examples/bluetooth/heartrate-server/heartrate-server.pro
blob: 800f3f165e68bb0d8432fc9e7c2b61c45d183cbe (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 += 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