From 3b5fc081c8d22fac73db0fbe63eb2058595d43f6 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 29 Jun 2014 17:32:54 +0200 Subject: initial import --- btgpsd.pro | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 btgpsd.pro (limited to 'btgpsd.pro') 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 -- cgit v1.2.3