Git commit 6fe1a5011e379b8f5a95fcafaa8db29d98c707fb by l10n daemon script. Committed on 31/08/2018 at 22:25. Pushed by dfaure into branch 'master'. GIT_SILENT Upgrade ECM and KF5 version requirements for 5.50.0 release. M +2 -2 CMakeLists.txt https://commits.kde.org/purpose/6fe1a5011e379b8f5a95fcafaa8db29d98c707fb diff --git a/CMakeLists.txt b/CMakeLists.txt index ba524cf..ddf7ae4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12) = project(Purpose) = -find_package(ECM 5.49.0 REQUIRED NO_MODULE) +find_package(ECM 5.50.0 REQUIRED NO_MODULE) = set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) = @@ -23,7 +23,7 @@ include(ECMMarkNonGuiExecutable) include(ECMQtDeclareLoggingCategory) = set(KF5_VERSION "5.50.0") # handled by release scripts -set(KF5_DEP_VERSION "5.49.0") # handled by release scripts +set(KF5_DEP_VERSION "5.50.0") # handled by release scripts = find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Co= nfig) =20