diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-06 02:56:39 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-09 01:57:32 +0200 |
| commit | 66fcda8bf06abcc557d2d435b5dc0562de3a9566 (patch) | |
| tree | 5b1b53ee834514178790a7a6ef87cdcf17d0ef1e /daemon/daemon.pro | |
| parent | 558e07f125eea64436e2097b8a35c9c348b5204e (diff) | |
Implemented org.pebbled DBus service
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index b0957fe..c4b6a76 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -17,13 +17,15 @@ SOURCES += \ voicecallmanager.cpp \ voicecallhandler.cpp \ manager.cpp \ - dbusconnector.cpp + dbusconnector.cpp \ + dbusadaptor.cpp HEADERS += \ voicecallmanager.h \ voicecallhandler.h \ manager.h \ - dbusconnector.h + dbusconnector.h \ + dbusadaptor.h INSTALLS += target pebbled @@ -31,3 +33,5 @@ target.path = /usr/bin pebbled.files = $${TARGET}.service pebbled.path = /usr/lib/systemd/user + +OTHER_FILES += org.pebbled.xml |
