aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2022-01-04 21:07:17 +0100
committerLaurent Montel <montel@kde.org>2022-01-04 21:07:17 +0100
commitb0bf9e030c3a0ec38cc456c48758fce8e4398333 (patch)
treeb0e4025d843552b6c86c27490700af7b8afd450c
parent4b440665f2e15cf9f9934fe7bcc91cac2768df1f (diff)
downloadkconfig-b0bf9e030c3a0ec38cc456c48758fce8e4398333.tar.gz
kconfig-b0bf9e030c3a0ec38cc456c48758fce8e4398333.tar.bz2
Add Samir variable fix too
-rw-r--r--src/kconf_update/CMakeLists.txt2
-rw-r--r--src/kconfig_compiler/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt
index 8c23b358..91fb92ef 100644
--- a/src/kconf_update/CMakeLists.txt
+++ b/src/kconf_update/CMakeLists.txt
@@ -27,4 +27,4 @@ configure_file(config-kconf.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kconf.h )
# Although this is mostly an internal binary (hence installing it in
# KF5_LIBEXEC_INSTALL_DIR), it is used by kded, and so we export its location
-install(TARGETS kconf_update EXPORT KF5ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5})
+install(TARGETS kconf_update EXPORT KF5ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF})
diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt
index 44018401..84d31bf7 100644
--- a/src/kconfig_compiler/CMakeLists.txt
+++ b/src/kconfig_compiler/CMakeLists.txt
@@ -25,4 +25,4 @@ target_link_libraries(kconfig_compiler Qt${QT_MAJOR_VERSION}::Xml)
ecm_mark_nongui_executable(kconfig_compiler)
-install(TARGETS kconfig_compiler EXPORT KF5ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5})
+install(TARGETS kconfig_compiler EXPORT KF5ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF})