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/notifications/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/notifications') diff --git a/framework/notifications/CMakeLists.txt b/framework/notifications/CMakeLists.txt index ec2f52c2..3d3f3c66 100644 --- a/framework/notifications/CMakeLists.txt +++ b/framework/notifications/CMakeLists.txt @@ -8,5 +8,4 @@ add_library(notificationplugin SHARED ${SRCS}) target_link_libraries(notificationplugin sink) qt5_use_modules(notificationplugin Core Quick Qml) -install(TARGETS notificationplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/notifications) -install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/notifications) +install(TARGETS notificationplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) -- cgit v1.2.3