From b66943c9c50561602a56abfdb5e6542361624e50 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 3 Jul 2013 19:19:30 +0200 Subject: [PATCH] fix compilation Those components are required by some libraries. It seems to me that this should be fixed elsewhere, but also it's not acceptable to have modules that aren't compiling. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0fae48e4..49fffb833 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,8 @@ 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 COMPONENTS CMake Compiler InstallDirs XmlGui KIdleTime ItemModels KWidgetsAddons KWindowSystem KCodecs KArchive KCoreAddons Solid ThreadWeaver - KConfig KAuth kjs KWallet - ki18n kguiaddons kservice kwidgets ItemViews KNotifications KIconThemes KCompletion KJobWidgets KConfigWidgets) + KConfig KAuth kjs KWallet KDBusAddons + ki18n kguiaddons kservice kwidgets ItemViews KNotifications KIconThemes KCompletion KJobWidgets KConfigWidgets Sonnet ktextwidgets) #find_package(KF5Transitional REQUIRED) # those are not "done" yet: