diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 12:28:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 12:28:56 +0200 |
commit | a204de1c989067a6aff95e81949405a45e8cbe3f (patch) | |
tree | e2a396ee57585f7f8656079b15383381b3d870c0 /framework/domain/CMakeLists.txt | |
parent | 634772c6da51c1d69f804bd45bbedaeb88789cd6 (diff) | |
download | kube-a204de1c989067a6aff95e81949405a45e8cbe3f.tar.gz kube-a204de1c989067a6aff95e81949405a45e8cbe3f.zip |
Show identities instead of accounts
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 f40463be..b3d47750 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -15,6 +15,7 @@ set(mailplugin_SRCS | |||
15 | accountfactory.cpp | 15 | accountfactory.cpp |
16 | accountscontroller.cpp | 16 | accountscontroller.cpp |
17 | accountsmodel.cpp | 17 | accountsmodel.cpp |
18 | identitiesmodel.cpp | ||
18 | ) | 19 | ) |
19 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") | 20 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") |
20 | 21 | ||