mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
install plugins in the proper location
This commit is contained in:
parent
62df66b045
commit
36e693b5a0
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue