┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-08-01 19:18:16 +0200
committerLaurent Montel <[email protected]>2022-08-01 19:18:23 +0200
commit227ccfdd3d745906d9a29144e4423f62073dd0cf (patch)
tree1fd591e6f06c2cc4c7ba200dbe1f5d5aa6218336 /CMakeLists.txt
parentf506666540981b9e46c4b5d6c7add179f3c4c709 (diff)
Sync QT_MIN_VERSION with KF's REQUIRED_QT_VERSION
In KF we already looking for 5.15.2 and looking something lower than that is a bit meaningless
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 6ad8a4e56..60da71225 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70")
set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
project(Dolphin VERSION ${RELEASE_SERVICE_VERSION})
-set(QT_MIN_VERSION "5.15.0")
+set(QT_MIN_VERSION "5.15.2")
set(KF5_MIN_VERSION "5.92.0")
# ECM setup