diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-10 16:34:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-10 16:34:48 +0200 |
commit | 91f00fe588c9f00ac92f2d095c6ee9dd74c007a0 (patch) | |
tree | 147dda91a1df830cdffe2a2a8b79ba39bf8d6386 /framework/domain/CMakeLists.txt | |
parent | 9f89215be2612dbf54ad50c42565c310e3f4099c (diff) | |
download | kube-91f00fe588c9f00ac92f2d095c6ee9dd74c007a0.tar.gz kube-91f00fe588c9f00ac92f2d095c6ee9dd74c007a0.zip |
An outbox model
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 ea293655..804b3ccb 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -12,6 +12,7 @@ set(mailplugin_SRCS | |||
12 | accountfactory.cpp | 12 | accountfactory.cpp |
13 | accountscontroller.cpp | 13 | accountscontroller.cpp |
14 | accountsmodel.cpp | 14 | accountsmodel.cpp |
15 | outboxmodel.cpp | ||
15 | identitiesmodel.cpp | 16 | identitiesmodel.cpp |
16 | settings/accountsettings.cpp | 17 | settings/accountsettings.cpp |
17 | ) | 18 | ) |