summaryrefslogtreecommitdiffstats
path: root/framework/domain
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-05-29 12:05:39 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-05-29 12:05:39 +0200
commita59b70251983434982497b0420ea16ae96d3c7d9 (patch)
tree72d8ac1829ed874f4455e0b9d9d29585bd683784 /framework/domain
parent8e2e36847b7fd6d4f8a2a1a7f3086d4de97de664 (diff)
downloadkube-a59b70251983434982497b0420ea16ae96d3c7d9.tar.gz
kube-a59b70251983434982497b0420ea16ae96d3c7d9.zip
add KF5:IconThemes to target_link_libraries so that it all compiles again
Diffstat (limited to 'framework/domain')
-rw-r--r--framework/domain/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt
index 29385b39..8b58296d 100644
--- a/framework/domain/CMakeLists.txt
+++ b/framework/domain/CMakeLists.txt
@@ -27,7 +27,7 @@ include_directories(${CURL_INCLUDE_DIRS})
27add_library(mailplugin SHARED ${mailplugin_SRCS}) 27add_library(mailplugin SHARED ${mailplugin_SRCS})
28 28
29qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets) 29qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets)
30target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::MimeTreeParser KF5::Codecs KF5::Package KF5::Async ${CURL_LIBRARIES}) 30target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::MimeTreeParser KF5::Codecs KF5::Package KF5::Async KF5::IconThemes ${CURL_LIBRARIES})
31 31
32add_subdirectory(actions/tests) 32add_subdirectory(actions/tests)
33 33