From b0bf9e030c3a0ec38cc456c48758fce8e4398333 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 4 Jan 2022 21:07:17 +0100 Subject: Add Samir variable fix too --- src/kconfig_compiler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kconfig_compiler') 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}) -- cgit v1.2.1