┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2020-05-28 19:42:23 +0200
committerElvis Angelaccio <[email protected]>2020-10-15 01:22:00 +0200
commit3bf2922e3337511fff974978b8b92f6e7bb53bec (patch)
tree6771e1975ee3b4188e16cd8470b3b3e1d1766b0c /CMakeLists.txt
parent31cba55cff36d1d1501350209482f25a429c0a27 (diff)
Port away from QList::toSet()
The QSet range constructor requires Qt 5.14. In `DolphinView::slotHeaderContextMenuRequested()` the conversion from QList to QSet was pointless, so we just use a QList now.
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 5c1a08843..c1b1a7b84 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.12.0")
+set(QT_MIN_VERSION "5.14.0")
set(KF5_MIN_VERSION "5.73.0")
# ECM setup