diff options
| author | Méven Car <[email protected]> | 2026-03-06 13:50:50 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-03-06 13:50:50 +0100 |
| commit | 07812140c8181f191cf723a7b20810b45d3a3967 (patch) | |
| tree | abec8b721ad3b28ed1e5ea8be61094e994b1b713 /CMakeLists.txt | |
| parent | fcbc7479769462505d39de5de498f76e75f3c78d (diff) | |
CMakeLists.txt: bump KF6_MIN_VERSION to 6.23
It is required since 8e4d7e1e2196425d54eefc65da096de20c509171
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d639f6568..67048b1f4 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.9.0") +set(KF6_MIN_VERSION "6.23.0") # use C++20 like KF6 itself set(CMAKE_CXX_STANDARD 20) |
