[utilities/konsole] /: Bump min required KF to 6,6
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5e329caa50bc532d9f356d6b4923749f9695f77f by Friedrich W. H. Kossebau.
Committed on 09/08/2026 at 17:22.
Pushed by kossebau into branch 'master'.
Bump min required KF to 6,6
M +1 -1 CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/5e329caa50bc532d9f356d6b4923749f9695f77f
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31597cd15..90d42c775 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
cmake_minimum_required(VERSION 3.16)
set(QT_MIN_VERSION "6.5.0")
-set(KF6_DEP_VERSION "6.0.0")
+set(KF6_DEP_VERSION "6.6.0")
# Release script will create bugzilla versions
project(konsole VERSION ${RELEASE_SERVICE_VERSION})