From f506666540981b9e46c4b5d6c7add179f3c4c709 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Mon, 1 Aug 2022 16:35:35 +0000 Subject: Install dolphinpart actions as standalone file This will allow Konqueror to use it without relying on the KPart being loaded using KService --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 95c802335..8128a2c53 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -187,6 +187,7 @@ target_link_libraries(dolphinpart ) install(TARGETS dolphinpart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/parts) +install(FILES dolphinpartactions.desktop DESTINATION "${KDE_INSTALL_DATADIR}/dolphin/") ########################################## -- cgit v1.3