diff options
Diffstat (limited to 'framework/mail/CMakeLists.txt')
-rw-r--r-- | framework/mail/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index f83a3a9e..13788cfa 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -10,6 +10,7 @@ set(mailplugin_SRCS | |||
10 | stringhtmlwriter.cpp | 10 | stringhtmlwriter.cpp |
11 | csshelper.cpp | 11 | csshelper.cpp |
12 | composer.cpp | 12 | composer.cpp |
13 | messageparser.cpp | ||
13 | ) | 14 | ) |
14 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") | 15 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") |
15 | 16 | ||