Fix install path of KIO plugin

This commit is contained in:
Martchus 2023-11-22 00:39:46 +01:00
parent 57354eca0d
commit d1a1c80ed5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ set(KIO_MODULE_TARGETS "${KF_PACKAGE_PREFIX}::KIOCore" "${KF_PACKAGE_PREFIX}::KI
"${KF_PACKAGE_PREFIX}::KIOWidgets")
if (KF_MAJOR_VERSION GREATER_EQUAL 6)
list(APPEND KIO_MODULE_TARGETS)
set(META_PLUGIN_CATEGORY kf${KF_VERSION}/kfileitemaction)
set(META_PLUGIN_CATEGORY kf${KF_MAJOR_VERSION}/kfileitemaction)
else ()
list(APPEND KIO_MODULE_TARGETS "${KF_PACKAGE_PREFIX}::KIONTLM")
endif ()