From 7544b8344254cc60dc18fac564ca5f24c52ce66b Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 7 May 2014 18:28:09 +0200 Subject: Use QProcess in kconf_update This allows removing some custom WIN32 API code and is also nicer than directly calling system() --- src/kconf_update/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kconf_update/CMakeLists.txt') diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt index d7ea4605..f75c31c8 100644 --- a/src/kconf_update/CMakeLists.txt +++ b/src/kconf_update/CMakeLists.txt @@ -14,6 +14,8 @@ set(kconf_update_SRCS add_executable(kconf_update ${kconf_update_SRCS}) add_executable(KF5::kconf_update ALIAS kconf_update) target_link_libraries(kconf_update Qt5::Core KF5::ConfigCore) +include(ECMMarkNonGuiExecutable) +ecm_mark_nongui_executable(kconf_update) # 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 -- cgit v1.2.1