From adeaab9745c681e99b6bf7b3144a6fc0878a387f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 27 Feb 2015 20:17:59 +0100 Subject: Fix build in a kdelibs4-free enviroment If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 05c6e9cbe..e3dc4567d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,10 +33,10 @@ ecm_setup_version(${DOLPHIN_VERSION} VARIABLE_PREFIX DOLPHINPRIVATE find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core + Concurrent Widgets Gui DBus - Test ) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS -- cgit v1.3.1