diff options
| author | Laurent Montel <[email protected]> | 2022-06-11 13:34:22 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-06-11 13:34:22 +0200 |
| commit | a7f35a01ced2dfbac0bcefd9b0ecd1c5341307fb (patch) | |
| tree | 463edd90410bae7d67ce4168a73af3d9ec419b4d /src/CMakeLists.txt | |
| parent | eb4a3cb45a18a46649da9145cbe2fef73fd38ca6 (diff) | |
Fix install/load plugins from kf<version>
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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) ########################################## |
