diff options
| author | Frank Reininghaus <[email protected]> | 2016-02-10 22:29:47 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2016-02-10 22:36:28 +0100 |
| commit | 15b20cd077c6743bb5ec947f5f3e014a4a32b110 (patch) | |
| tree | 6fabef6cd6388fac6d0804b25b4f4d87ae8b4ebc | |
| parent | d094c8ffe64d226d5afef50693a3bb04b360ed7b (diff) | |
Detect FileMetaData framework at CMake stage becasuse Dolphin needs it
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
