From 83b223025670494116349382144780143f6e9563 Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Mon, 21 Sep 2015 21:39:50 +0300 Subject: Mark kconfig-compiler as non-gui tool Makes sure that it doens't create an app bundle on Mac OS X REVIEW: 125337 --- src/kconfig_compiler/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt index 368a4d84..004a6494 100644 --- a/src/kconfig_compiler/CMakeLists.txt +++ b/src/kconfig_compiler/CMakeLists.txt @@ -20,4 +20,6 @@ find_package(Qt5Xml ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) target_link_libraries(kconfig_compiler Qt5::Xml) +ecm_mark_nongui_executable(kconfig_compiler) + install(TARGETS kconfig_compiler EXPORT KF5ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5}) -- cgit v1.2.1