┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2020-11-10 19:59:15 +0100
committerElvis Angelaccio <[email protected]>2020-11-21 20:22:16 +0000
commit48fec6c9ec6f55f91d115e8f5cf37f00326c470e (patch)
treeec2602bea2eab6346ab74ad2ef170c873ffae4ea /CMakeLists.txt
parentf46e630ddaaf5716cd1a1ce0c389ff66dcd76f85 (diff)
Add 'Open Terminal Here' action from dolphin to menu
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 96291da51..dc682e2fb 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.14.0")
-set(KF5_MIN_VERSION "5.75.0")
+set(KF5_MIN_VERSION "5.77.0")
# ECM setup
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)