diff options
| author | Méven Car <[email protected]> | 2022-06-12 07:22:17 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2022-06-12 07:23:37 -0600 |
| commit | 460bcd533acb6d5b07c2ccea3a9bf3554a13bbc8 (patch) | |
| tree | 4e3afeb4511919c5be5ccd836191a3f6a0c119ad | |
| parent | a7f35a01ced2dfbac0bcefd9b0ecd1c5341307fb (diff) | |
Bump KF5_MIN_VERSION after e9bd295b make 5.92 necessary
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52ea4ac7d..995369f41 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.15.0") -set(KF5_MIN_VERSION "5.91.0") +set(KF5_MIN_VERSION "5.92.0") # ECM setup find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) |
