diff options
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 4520b57..9bdc643 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -27,7 +27,8 @@ SOURCES += \ packer.cpp \ bankmanager.cpp \ uploadmanager.cpp \ - bundle.cpp + bundle.cpp \ + timelineitem.cpp HEADERS += \ manager.h \ @@ -47,7 +48,8 @@ HEADERS += \ packer.h \ bankmanager.h \ uploadmanager.h \ - bundle.h + bundle.h \ + timelineitem.h DBUS_ADAPTORS += ../org.pebbled.Watch.xml |
