From kde-commits Wed Feb 10 21:38:27 2016 From: Frank Reininghaus Date: Wed, 10 Feb 2016 21:38:27 +0000 To: kde-commits Subject: [dolphin] /: Detect FileMetaData framework at CMake stage becasuse Dolphin needs it Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145514031604586 Git commit 15b20cd077c6743bb5ec947f5f3e014a4a32b110 by Frank Reininghaus. Committed on 10/02/2016 at 21:36. Pushed by freininghaus into branch 'master'. Detect FileMetaData framework at CMake stage becasuse Dolphin needs it M +1 -0 CMakeLists.txt http://commits.kde.org/dolphin/15b20cd077c6743bb5ec947f5f3e014a4a32b110 diff --git a/CMakeLists.txt b/CMakeLists.txt index 96e39d8..7f1adcb 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