From 943a549712b101cfa125af8dc43f9134477b775a Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sat, 9 Feb 2013 14:55:12 +0100 Subject: [PATCH] ...now also kguiaddons is needed Not sure this is a good way of working... lots of inter-repository updating without version checking :-/ Alex --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96e9fbf25..a7d46eedc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,6 +64,7 @@ find_package(KF5 MODULE REQUIRED COMPONENTS CMake Compiler InstallDirs # those are not "done" yet: find_package(ki18n REQUIRED NO_MODULE) find_package(kio REQUIRED NO_MODULE) +find_package(kguiaddons REQUIRED NO_MODULE) find_package(KDELibs4 REQUIRED NO_MODULE)