diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-05 15:58:47 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-05 15:58:47 +0100 |
commit | aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f (patch) | |
tree | 80cdb282194b67ccdb468308f55dab3b061dc3ca /framework/accounts/CMakeLists.txt | |
parent | 2ea57b9a9c5db3fa340cb62d40a9732af31143e0 (diff) | |
download | kube-aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f.tar.gz kube-aba4edffe5a0e98ed92bb0177e89f6936c7eeb1f.zip |
maildir controller based on the new kubecontroller + adjusted create-maildir-ui
Diffstat (limited to 'framework/accounts/CMakeLists.txt')
-rw-r--r-- | framework/accounts/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/accounts/CMakeLists.txt b/framework/accounts/CMakeLists.txt index bccafd77..609b26d4 100644 --- a/framework/accounts/CMakeLists.txt +++ b/framework/accounts/CMakeLists.txt | |||
@@ -2,6 +2,7 @@ set(accountsplugin_SRCS | |||
2 | accountsplugin.cpp | 2 | accountsplugin.cpp |
3 | accountfactory.cpp | 3 | accountfactory.cpp |
4 | accountsmodel.cpp | 4 | accountsmodel.cpp |
5 | maildircontroller.cpp | ||
5 | ) | 6 | ) |
6 | 7 | ||
7 | add_library(accountsplugin SHARED ${accountsplugin_SRCS}) | 8 | add_library(accountsplugin SHARED ${accountsplugin_SRCS}) |