From ffe01a6b5f86593d06520427a8e9fc815e69aebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Fri, 12 Jul 2013 10:46:15 +0200 Subject: [PATCH] Add KCrash framework Needed to build against latest kdelibs. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 680011994..966d3b0c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ find_package(KF5 MODULE REQUIRED COMPONENTS CMake Compiler InstallDirs #find_package(KF5Transitional REQUIRED) # those are not "done" yet: +find_package(KCrash REQUIRED NO_MODULE) find_package(ktextwidgets REQUIRED NO_MODULE) find_package(ki18n REQUIRED NO_MODULE) find_package(kio REQUIRED NO_MODULE)