From d761c642adcb076d9a32bf463c5d46a12b940537 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 9 Jan 2014 16:41:25 +0000 Subject: rename kconfig_compiler to kconfig_compiler_kf5 --- src/kconfig_compiler/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt index 31726df1..71f2609d 100644 --- a/src/kconfig_compiler/CMakeLists.txt +++ b/src/kconfig_compiler/CMakeLists.txt @@ -3,13 +3,13 @@ set(kconfig_compiler_SRCS kconfig_compiler.cpp) -add_executable(kconfig_compiler ${kconfig_compiler_SRCS}) -add_executable(KF5::kconfig_compiler ALIAS kconfig_compiler) +add_executable(kconfig_compiler_kf5 ${kconfig_compiler_SRCS}) +add_executable(KF5::kconfig_compiler_kf5 ALIAS kconfig_compiler_kf5) find_package(Qt5Xml 5.2.0 REQUIRED NO_MODULE) -target_link_libraries(kconfig_compiler Qt5::Xml) +target_link_libraries(kconfig_compiler_kf5 Qt5::Xml) # "export" this target too so we can use the LOCATION property of the imported target in # FindKDE4Internal.cmake to get the full path to the installed executable instead of using FIND_PROGRAM(), Alex -install(TARGETS kconfig_compiler EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_ARGS} ) +install(TARGETS kconfig_compiler_kf5 EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_ARGS} ) -- cgit v1.2.1