summaryrefslogtreecommitdiff
path: root/btgpsd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'btgpsd.pro')
-rw-r--r--btgpsd.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/btgpsd.pro b/btgpsd.pro
new file mode 100644
index 0000000..6d7bb50
--- /dev/null
+++ b/btgpsd.pro
@@ -0,0 +1,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