summaryrefslogtreecommitdiffstats
path: root/framework/domain/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-09 16:08:56 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-09 16:08:56 +0100
commita1e175fc5da8be34ad0324d89480f85b1d9f8939 (patch)
treeb7cc4a844aa420ccd7f611b702664ca31b18824b /framework/domain/CMakeLists.txt
parent1aeac7aa7519cc667d4937cc9eb0df3f7c083028 (diff)
downloadkube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.tar.gz
kube-a1e175fc5da8be34ad0324d89480f85b1d9f8939.zip
Renamed the framework plugins
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r--framework/domain/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt
index 822b2981..b14e410e 100644
--- a/framework/domain/CMakeLists.txt
+++ b/framework/domain/CMakeLists.txt
@@ -28,5 +28,5 @@ qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets)
28 28
29target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::Otp KF5::Codecs ${CURL_LIBRARIES}) 29target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::Otp KF5::Codecs ${CURL_LIBRARIES})
30 30
31install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 31install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain)
32install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 32install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain)