From 1d82fffd3dfbe04a3afcc2095ff83991720299ca Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sat, 9 Feb 2013 11:36:57 +0100 Subject: [PATCH] -now also kauth needs to be found as KF5 component Alex --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b37ee712..96e9fbf25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,9 +56,9 @@ set (QT_MIN_VERSION "5.0.0") find_package(kdeqt5staging REQUIRED NO_MODULE) # Load CMake, Compiler and InstallDirs settings from KF5 and the following are already somewhat "done" tier1/tier2 libs from kdelibs: -find_package(KF5 MODULE REQUIRED CMake Compiler InstallDirs - kidletime itemmodels kwidgetsaddons kwindowsystem kcodecs karchive kcoreaddons solid - kconfig ) +find_package(KF5 MODULE REQUIRED COMPONENTS CMake Compiler InstallDirs + kidletime itemmodels kwidgetsaddons kwindowsystem kcodecs karchive kcoreaddons solid + kconfig kauth) #find_package(KF5Transitional REQUIRED) # those are not "done" yet: