summaryrefslogtreecommitdiff
path: root/daemon/daemon.pro
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon.pro')
-rw-r--r--daemon/daemon.pro16
1 files changed, 14 insertions, 2 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro
index d1fb5ca..24bbfbd 100644
--- a/daemon/daemon.pro
+++ b/daemon/daemon.pro
@@ -2,12 +2,24 @@ TARGET = pebbled
CONFIG += console
CONFIG -= app_bundle
+QT -= gui
INCLUDEPATH += ../lib
LIBS += -L$$OUT_PWD/../lib -lpebble
-QT += bluetooth
+QT += bluetooth dbus
QMAKE_CXXFLAGS += -std=c++0x
SOURCES += \
- daemon.cpp
+ daemon.cpp \
+ voicecallmanager.cpp \
+ voicecallhandler.cpp \
+ manager.cpp
+
+HEADERS += \
+ voicecallmanager.h \
+ voicecallhandler.h \
+ manager.h
+
+INSTALLS += target
+target.path = /usr/sbin