diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-10 14:45:15 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-10 14:45:15 +0100 |
commit | d8e13159711576394099f8954368aeb9da7fa87a (patch) | |
tree | a498a2a390348abe0522b0203022e48518d32359 /framework/domain/CMakeLists.txt | |
parent | 91eca666b5491041c2d095d599b75830c56530dc (diff) | |
download | kube-d8e13159711576394099f8954368aeb9da7fa87a.tar.gz kube-d8e13159711576394099f8954368aeb9da7fa87a.zip |
AccountsController
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r-- | framework/domain/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index 10a8c065..7560219f 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ set(mailplugin_SRCS | |||
13 | mailtemplates.cpp | 13 | mailtemplates.cpp |
14 | retriever.cpp | 14 | retriever.cpp |
15 | accountfactory.cpp | 15 | accountfactory.cpp |
16 | accountscontroller.cpp | ||
16 | ) | 17 | ) |
17 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") | 18 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") |
18 | 19 | ||