From 15b20cd077c6743bb5ec947f5f3e014a4a32b110 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Wed, 10 Feb 2016 22:29:47 +0100 Subject: [PATCH] Detect FileMetaData framework at CMake stage becasuse Dolphin needs it --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96e39d8d9..7f1adcb03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem Notifications Crash + FileMetaData ) find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS Activities -- 2.47.3