diff options
Diffstat (limited to 'framework/mail/CMakeLists.txt')
-rw-r--r-- | framework/mail/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index 29fda0e4..822b2981 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ set(mailplugin_SRCS | |||
13 | composer.cpp | 13 | composer.cpp |
14 | messageparser.cpp | 14 | messageparser.cpp |
15 | mailtransport.cpp | 15 | mailtransport.cpp |
16 | mailtemplates.cpp | ||
16 | retriever.cpp | 17 | retriever.cpp |
17 | ) | 18 | ) |
18 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") | 19 | add_definitions(-DMAIL_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data") |
@@ -23,7 +24,7 @@ include_directories(${CURL_INCLUDE_DIRS}) | |||
23 | 24 | ||
24 | add_library(mailplugin SHARED ${mailplugin_SRCS}) | 25 | add_library(mailplugin SHARED ${mailplugin_SRCS}) |
25 | 26 | ||
26 | qt5_use_modules(mailplugin Core Quick Qml) | 27 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets) |
27 | 28 | ||
28 | target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::Otp KF5::Codecs ${CURL_LIBRARIES}) | 29 | target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::Otp KF5::Codecs ${CURL_LIBRARIES}) |
29 | 30 | ||