From ba75a6c6a0231f93fd40480992beec46b0f64885 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sun, 30 Jul 2017 15:47:29 +0200 Subject: 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 --- src/core/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9b7491c5..46fabd50 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,6 +1,3 @@ - -find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) - set(libkconfigcore_SRCS kconfig.cpp kconfigbase.cpp -- cgit v1.2.1