From bfba957a7ebc64925bc553200616724cba9b1e37 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 09:36:22 +0200 Subject: Install all plugins into the same folder --- framework/domain/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/domain') diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index b3f7acc5..38e0eb12 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt @@ -36,7 +36,6 @@ target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser add_subdirectory(actions/tests) -install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) -install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) +install(TARGETS mailplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) add_subdirectory(mimetreeparser) -- cgit v1.2.3