File: heartrate-server.pro

package info (click to toggle)
qtconnectivity-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,020 kB
  • sloc: cpp: 48,223; java: 1,825; xml: 793; ansic: 189; makefile: 22; sh: 20
file content (10 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = heartrate-server

QT = core bluetooth
CONFIG += c++11

SOURCES += main.cpp

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