┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEugene Popov <[email protected]>2021-12-02 09:03:47 +0000
committerMéven Car <[email protected]>2021-12-02 09:03:47 +0000
commit2ef87708fdc0ff9d0337482b994bd6efa6b9b623 (patch)
treebb243133607669bfad54d10f0beb0e2fdf805029 /CMakeLists.txt
parentf1756dd1413fa602f536e057087583be2ddbd2b2 (diff)
[Location Bar] Add the ability to show hidden folders in the subdirectories popup
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 a0d99a941..281d48938 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.83.0")
+set(KF5_MIN_VERSION "5.87.0")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)