From 892e693f616297a91835d3d79353926b96bd1201 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sun, 23 Mar 2014 14:38:14 +0000 Subject: Rename the kconfig_compiler_kf5 target to kconfig_compiler Just because the executable has the "_kf5" suffix, that does not mean the target should have it. This is ugly API, and will be unnecessary porting effort for KF6. REVIEW: 116995 --- KF5ConfigMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'KF5ConfigMacros.cmake') diff --git a/KF5ConfigMacros.cmake b/KF5ConfigMacros.cmake index 6bfab0f4..936da985 100644 --- a/KF5ConfigMacros.cmake +++ b/KF5ConfigMacros.cmake @@ -66,7 +66,7 @@ macro (KCONFIG_ADD_KCFG_FILES _sources ) # the command for creating the source file from the kcfg file add_custom_command(OUTPUT ${_header_FILE} ${_src_FILE} - COMMAND KF5::kconfig_compiler_kf5 + COMMAND KF5::kconfig_compiler ARGS ${_kcfg_FILE} ${_tmp_FILE} -d ${CMAKE_CURRENT_BINARY_DIR}/${_rel_PATH} MAIN_DEPENDENCY ${_tmp_FILE} DEPENDS ${_kcfg_FILE}) -- cgit v1.2.1