diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-11-08 16:11:02 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-11-08 16:23:47 +0100 |
commit | 026278f1cf0c692b8ba134c84c26da5bb8274d67 (patch) | |
tree | 22cf5baaab7fab53bfd0a07625a6612f01936bfe /framework/domain/CMakeLists.txt | |
parent | 2561117ed2f5ca07d8dc63f45c22989cb0fa147d (diff) | |
download | kube-026278f1cf0c692b8ba134c84c26da5bb8274d67.tar.gz kube-026278f1cf0c692b8ba134c84c26da5bb8274d67.zip |
Add AttachmentModel for viewer
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 a31bb016..094eac04 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -1,4 +1,5 @@ | |||
1 | set(mailplugin_SRCS | 1 | set(mailplugin_SRCS |
2 | attachmentmodel.cpp | ||
2 | mailplugin.cpp | 3 | mailplugin.cpp |
3 | maillistmodel.cpp | 4 | maillistmodel.cpp |
4 | folderlistmodel.cpp | 5 | folderlistmodel.cpp |