diff options
| author | Javier <dev.git@javispedro.com> | 2016-01-02 05:10:03 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-12 01:46:24 +0100 |
| commit | 3a4e80053081ab7f5de142bfbc6589dfc2bc6e2d (patch) | |
| tree | a3f61628f4d424c43c6d9e1065560ddf4f67c56d /daemon/daemon.pro | |
| parent | 5dc645452192f1e0b2261ec261945e310c77f8da (diff) | |
implement blobdbmanager
Conflicts:
daemon/daemon.pro
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 0414e00..9bfb6d0 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -30,6 +30,7 @@ SOURCES += \ uploadmanager.cpp \ bundle.cpp \ appfetchmanager.cc \ + blobdbmanager.cc \ timelineitem.cpp HEADERS += \ @@ -52,6 +53,7 @@ HEADERS += \ uploadmanager.h \ bundle.h \ appfetchmanager.h \ + blobdbmanager.h \ timelineitem.h DBUS_ADAPTORS += ../org.pebbled.Watch.xml |
