diff options
| author | Felix Ernst <[email protected]> | 2021-04-29 13:22:10 +0000 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-04-29 13:22:10 +0000 |
| commit | a4be53fb997ea2f844f2ca4a590c073a50fcbbf6 (patch) | |
| tree | 302e19131b7c370beeaa326b7a90400e7b82622c /CMakeLists.txt | |
| parent | ccb29c6035ec820e41eb34ec2b42cef1014d9752 (diff) | |
Replace custom hamburger/control menu with KHamburgerMenu
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 4336205fc..11ab06dda 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.77.0") +set(KF5_MIN_VERSION "5.81.0") set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) |
