diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-13 05:14:11 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-13 05:14:11 +0200 |
| commit | 09d98ef6e6d32e73a6b3c74679adc8a49b0dee7e (patch) | |
| tree | d4e5682b1b534c6b475c6279fdd1652c3c8e4b74 /daemon/daemon.pro | |
| parent | e99e0f6d456e86be244ed3baa022088ec859944a (diff) | |
Moved processing watch commands to separate object
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 0a5cff0..3db6918 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -19,7 +19,8 @@ SOURCES += \ voicecallhandler.cpp \ watchconnector.cpp \ dbusconnector.cpp \ - dbusadaptor.cpp + dbusadaptor.cpp \ + watchcommands.cpp HEADERS += \ manager.h \ @@ -27,7 +28,8 @@ HEADERS += \ voicecallhandler.h \ watchconnector.h \ dbusconnector.h \ - dbusadaptor.h + dbusadaptor.h \ + watchcommands.h OTHER_FILES += \ org.pebbled.xml \ |
