summaryrefslogtreecommitdiff
path: root/daemon/daemon.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-01-02 05:10:03 +0100
committerAndrew Branson <andrew.branson@cern.ch>2016-02-12 01:46:24 +0100
commit3a4e80053081ab7f5de142bfbc6589dfc2bc6e2d (patch)
treea3f61628f4d424c43c6d9e1065560ddf4f67c56d /daemon/daemon.pro
parent5dc645452192f1e0b2261ec261945e310c77f8da (diff)
implement blobdbmanager
Conflicts: daemon/daemon.pro daemon/manager.h daemon/watchconnector.h
Diffstat (limited to 'daemon/daemon.pro')
-rw-r--r--daemon/daemon.pro2
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