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/actions/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/actions/CMakeLists.txt') diff --git a/framework/actions/CMakeLists.txt b/framework/actions/CMakeLists.txt index 2b1bb230..72dd9fcd 100644 --- a/framework/actions/CMakeLists.txt +++ b/framework/actions/CMakeLists.txt @@ -12,7 +12,6 @@ add_library(actionplugin SHARED ${SRCS}) target_link_libraries(actionplugin KAsync sink) qt5_use_modules(actionplugin Core Quick Qml) -install(TARGETS actionplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/actions) -install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/actions) +install(TARGETS actionplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) add_subdirectory(tests) -- cgit v1.2.3