From 09e215be4648a96e2daa5a9e5b6adc34ab444f16 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sat, 11 Jan 2020 13:21:52 -0700 Subject: "Use newly-upstreamed rename dialog from KIO"" This reverts commit 41105103b063c2e538bf0071e54fd429a841238b. KIO's version was just bumped to 5.67, so this can land now without breaking the CI. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 79c0fefa9..0ab79e643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.11.0") -set(KF5_MIN_VERSION "5.64.0") +set(KF5_MIN_VERSION "5.67.0") # ECM setup find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) -- cgit v1.3.1