summaryrefslogtreecommitdiff
path: root/daemon/daemon.pro
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-06-24 03:36:17 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-06-24 03:36:17 +0200
commit79162515fc2ddb492fc24da80ca2000550971d4f (patch)
treef91e013d0ef13931e00245c58baabc9aabd8be47 /daemon/daemon.pro
parent1f0cde7cfd31c180eaceeab4ee0ad24613eaf34c (diff)
Ported VoiceCallManager from Nemo/voicecall and wired to WatchConnector
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