diff options
| author | Javier <dev.git@javispedro.com> | 2016-01-02 03:31:42 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-12 00:07:55 +0100 |
| commit | 5dc645452192f1e0b2261ec261945e310c77f8da (patch) | |
| tree | 7ae609824320b35783fe5954f7f258d65a92666c /daemon/daemon.pro | |
| parent | b8f4002115abfc7a63af023e6199284041368a62 (diff) | |
implement the AppFetch manager, including upload based on AppId
Conflicts:
daemon/daemon.pro
daemon/manager.cpp
daemon/manager.h
daemon/watchconnector.h
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 47be329..0414e00 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -29,6 +29,7 @@ SOURCES += \ bankmanager.cpp \ uploadmanager.cpp \ bundle.cpp \ + appfetchmanager.cc \ timelineitem.cpp HEADERS += \ @@ -50,6 +51,7 @@ HEADERS += \ bankmanager.h \ uploadmanager.h \ bundle.h \ + appfetchmanager.h \ timelineitem.h DBUS_ADAPTORS += ../org.pebbled.Watch.xml |
