summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-14 11:03:46 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-17 10:20:32 +0000
commit33f2074272ceafa970541786e504bcf8223c8829 (patch)
tree89c52784fe73646d7da5262c5119ff51ced2958f /README.md
parent358146a3229f13d88677d3f73fa120a5ff85a0f7 (diff)
downloadqt-creator-33f2074272ceafa970541786e504bcf8223c8829.tar.gz
Bump requirement to Qt 5.15.2
Qt 5.15.2 includes API that makes transitioning to Qt 6 easier. We currently have workarounds for Qt 5.14 in place that we can remove when requiring 5.15.2, and we also can stop adding workarounds for new code. Change-Id: I920fdccc41d755a6ad39cb5161cd916999fee755 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Robert Löhning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2442fdec8b..250ef08e13 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ https://doc.qt.io/qtcreator-extending/coding-style.html
Prerequisites:
-* Qt 5.14.0 or later
+* Qt 5.15.2 or later
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* MinGW with GCC 7 or Visual Studio 2017 or later