summaryrefslogtreecommitdiff
path: root/btgpsd.pro
blob: 6d7bb50a0ccb33f2f3e5e7df899dc4b399fc865b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle

QT -= qml gui
QT += bluetooth positioning

SOURCES += main.cpp \
    bluetoothgpsserver.cpp \
    nmeasource.cpp

HEADERS += \
    bluetoothgpsserver.h \
    nmeasource.h

OTHER_FILES += \
    rpm/btgpsd.yaml rpm/btgpsd.spec \
    btgpsd.service

target.path = /usr/sbin
INSTALLS += target

unit.path = /usr/lib/systemd/user/
unit.files = btgpsd.service
INSTALLS += unit