┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-11-29 09:40:53 +0100
committerMéven Car <[email protected]>2025-01-06 17:39:38 +0100
commit5233d129fca917f806f19d2df8263e93c4edec4d (patch)
tree8388f125dee52bdb2dea9a6af357cadea32f0fba /CMakeLists.txt
parentbfeeb46c3ae0b6e933b0381cc10eebad38a2b8c0 (diff)
When marking recent folders access specify mimeType
CCBUG: 496179
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 bc00ca981..12808bea7 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 "6.4.0")
-set(KF6_MIN_VERSION "6.2.0")
+set(KF6_MIN_VERSION "6.9.0")
# use C++20 like KF6 itself
set(CMAKE_CXX_STANDARD 20)