diff --git a/CMakeLists.txt b/CMakeLists.txt index 428c2a0..789b26f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,10 +39,9 @@ find_package(KF5 ${KF5_VERSION} REQUIRED ) # Not a framework yet, hence separate -find_package(KF5 "5.6.0" COMPONENTS +find_package(KF5 "5.7.0" COMPONENTS FileMetaData) - include(ECMInstallIcons) include(KDEInstallDirs) include(KDECompilerSettings)