summaryrefslogtreecommitdiffstats
path: root/framework/domain/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-14 20:41:35 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-14 20:41:35 +0100
commitbf039428e22a10887e8d85a95ff5f38dc17e7ec2 (patch)
tree981390fff4d561760edaf1b7c8e3bbcb750ade09 /framework/domain/CMakeLists.txt
parent68f95cf68c3a8d29c2cc81929287eabb3a6d7682 (diff)
downloadkube-bf039428e22a10887e8d85a95ff5f38dc17e7ec2.tar.gz
kube-bf039428e22a10887e8d85a95ff5f38dc17e7ec2.zip
Multi-Account support in the folderview
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r--framework/domain/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt
index 7560219f..435db5cf 100644
--- a/framework/domain/CMakeLists.txt
+++ b/framework/domain/CMakeLists.txt
@@ -14,6 +14,7 @@ set(mailplugin_SRCS
14 retriever.cpp 14 retriever.cpp
15 accountfactory.cpp 15 accountfactory.cpp
16 accountscontroller.cpp 16 accountscontroller.cpp
17 accountsmodel.cpp
17) 18)
18add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") 19add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data")
19 20