From bbbda3fe9444eba6795a5490da0425cdf8f26361 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 8 Sep 2015 21:08:54 +0200 Subject: Added support for mails to akonadi and the dummyresource. Adding new types definitely needs to become easier. --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 2f779b5..25ea667 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -34,6 +34,7 @@ set(command_SRCS resourceconfig.cpp domain/applicationdomaintype.cpp domain/event.cpp + domain/mail.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) @@ -51,6 +52,7 @@ generate_flatbuffers( commands/synchronize commands/notification domain/event + domain/mail entity metadata queuedcommand -- cgit v1.2.3