aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2017-07-30 15:47:29 +0200
committerVolker Krause <vkrause@kde.org>2017-08-04 18:54:42 +0200
commitba75a6c6a0231f93fd40480992beec46b0f64885 (patch)
tree9fad6c863da42093d50c8534e3eef969d290b200 /src/kconfig_compiler
parent48e2e7c9bcd24cc010a6af0a455f8793ea863d40 (diff)
downloadkconfig-ba75a6c6a0231f93fd40480992beec46b0f64885.tar.gz
kconfig-ba75a6c6a0231f93fd40480992beec46b0f64885.tar.bz2
Allow to build KConfig without Qt5Gui
Summary: This is particularly useful for cross-compilation, where we only need the kconfig_compiler on the host system. Reviewers: #frameworks, apol, aacid Reviewed By: aacid Subscribers: aacid Tags: #frameworks Differential Revision: https://phabricator.kde.org/D6994
Diffstat (limited to 'src/kconfig_compiler')
-rw-r--r--src/kconfig_compiler/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt
index 004a6494..dc0a08db 100644
--- a/src/kconfig_compiler/CMakeLists.txt
+++ b/src/kconfig_compiler/CMakeLists.txt
@@ -16,8 +16,6 @@ else()
add_executable(KF5::kconfig_compiler ALIAS kconfig_compiler)
endif()
-find_package(Qt5Xml ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
-
target_link_libraries(kconfig_compiler Qt5::Xml)
ecm_mark_nongui_executable(kconfig_compiler)