install plugins in the proper location

This commit is contained in:
Marco Martin 2015-05-15 13:17:20 +02:00
parent 62df66b045
commit 36e693b5a0
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)