From 44287ff6969d3691f56377c253a351f4c9671590 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Tue, 10 May 2022 06:37:07 +0200 Subject: [PATCH] containmentactions/contextmenu: Install plugin in specific namespace Otherwise, we use KServiceTypeTrader at runtime --- containmentactions/contextmenu/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containmentactions/contextmenu/CMakeLists.txt b/containmentactions/contextmenu/CMakeLists.txt index 6754735da..62d935481 100644 --- a/containmentactions/contextmenu/CMakeLists.txt +++ b/containmentactions/contextmenu/CMakeLists.txt @@ -15,5 +15,4 @@ target_link_libraries(plasma_containmentactions_lattecontextmenu KF5::XmlGui KF5::Plasma) -install(TARGETS plasma_containmentactions_lattecontextmenu DESTINATION ${KDE_INSTALL_PLUGINDIR}) -install(FILES plasma-containmentactions-lattecontextmenu.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) +install(TARGETS plasma_containmentactions_lattecontextmenu DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/containmentactions)