┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2020-01-11 13:21:52 -0700
committerNate Graham <[email protected]>2020-01-11 13:21:52 -0700
commit09e215be4648a96e2daa5a9e5b6adc34ab444f16 (patch)
treeb29f99d1a3203385c3642e11cf7477800e6ee03d /CMakeLists.txt
parent10d6556373fdbfa7b28d278657dbce47c21073aa (diff)
"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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)