summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartlistener/heartlistener.pro
blob: 7856b64e9d0026d942c96d761dc108fe2a5e3a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = heartlistener

QT += quick bluetooth

# Input
HEADERS += deviceinfo.h \
           heartrate.h
SOURCES += deviceinfo.cpp \
           heartrate.cpp \
           main.cpp

OTHER_FILES += assets/*.qml \
               assets/*.js

RESOURCES += \
             resources.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/heartlistener
INSTALLS += target