From: Frank Reininghaus Date: Wed, 10 Feb 2016 21:29:47 +0000 (+0100) Subject: Detect FileMetaData framework at CMake stage becasuse Dolphin needs it X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/15b20cd077c6743bb5ec947f5f3e014a4a32b110?ds=sidebyside Detect FileMetaData framework at CMake stage becasuse Dolphin needs it --- 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