From 36e693b5a0d4874baf8192a4cd3ee67828768c58 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 15 May 2015 13:17:20 +0200 Subject: [PATCH] install plugins in the proper location --- applets/quicksettings/CMakeLists.txt | 2 +- containments/homescreen/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/quicksettings/CMakeLists.txt b/applets/quicksettings/CMakeLists.txt index e9f3d2e6..bcd38f12 100644 --- a/applets/quicksettings/CMakeLists.txt +++ b/applets/quicksettings/CMakeLists.txt @@ -12,7 +12,7 @@ target_link_libraries(plasma_applet_quicksettings KF5::I18n) -install(TARGETS plasma_applet_quicksettings DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets) +install(TARGETS plasma_applet_quicksettings DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) #install(FILES plasma-quicksettings-default.desktop DESTINATION ${SERVICES_INSTALL_DIR}) plasma_install_package(package org.kde.phone.quicksettings) diff --git a/containments/homescreen/CMakeLists.txt b/containments/homescreen/CMakeLists.txt index 7d99c6bd..fe2649e2 100644 --- a/containments/homescreen/CMakeLists.txt +++ b/containments/homescreen/CMakeLists.txt @@ -16,7 +16,7 @@ target_link_libraries(plasma_containment_phone_homescreen ) -install(TARGETS plasma_containment_phone_homescreen DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets) +install(TARGETS plasma_containment_phone_homescreen DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) plasma_install_package(package org.kde.phone.homescreen)