summaryrefslogtreecommitdiffstats
path: root/framework/mail/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/mail/CMakeLists.txt')
-rw-r--r--framework/mail/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt
index e7286763..0abc6880 100644
--- a/framework/mail/CMakeLists.txt
+++ b/framework/mail/CMakeLists.txt
@@ -5,8 +5,8 @@ set(mailplugin_SRCS
5 singlemailcontroller.cpp 5 singlemailcontroller.cpp
6 folderlistmodel.cpp 6 folderlistmodel.cpp
7 folderlistcontroller.cpp 7 folderlistcontroller.cpp
8 filehtmlwriter.cpp
9 objecttreesource.cpp 8 objecttreesource.cpp
9 stringhtmlwriter.cpp
10) 10)
11 11
12add_library(mailplugin SHARED ${mailplugin_SRCS}) 12add_library(mailplugin SHARED ${mailplugin_SRCS})