┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-06-11 13:34:22 +0200
committerLaurent Montel <[email protected]>2022-06-11 13:34:22 +0200
commita7f35a01ced2dfbac0bcefd9b0ecd1c5341307fb (patch)
tree463edd90410bae7d67ce4168a73af3d9ec419b4d /src/CMakeLists.txt
parenteb4a3cb45a18a46649da9145cbe2fef73fd38ca6 (diff)
Fix install/load plugins from kf<version>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ce0ba9716..ca81b7f07 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -195,7 +195,7 @@ target_link_libraries(dolphinpart
dolphinprivate
)
-install(TARGETS dolphinpart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/parts)
+install(TARGETS dolphinpart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/parts)
##########################################