From 79162515fc2ddb492fc24da80ca2000550971d4f Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Tue, 24 Jun 2014 03:36:17 +0200 Subject: Ported VoiceCallManager from Nemo/voicecall and wired to WatchConnector --- daemon/daemon.pro | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'daemon/daemon.pro') 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 -- cgit v1.2.3