summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-07-04 10:58:01 +0200
committerEike Ziller <eike.ziller@qt.io>2022-07-11 13:36:18 +0000
commitb3384054778950cc4c1b8f0b21553112f4443948 (patch)
treeaa76c62f0dc5dd1f16a8d86a1511267121d7cba5 /README.md
parent525a284f3e702596af3c2bd37d92340fa5ecb248 (diff)
downloadqt-creator-b3384054778950cc4c1b8f0b21553112f4443948.tar.gz
Require Qt 6.2 for building Qt Creator
Change-Id: I43f7bf123e359b4e312269f645a9d26aeeeb6d7a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4ecf9f0aeb..f762325971 100644
--- a/README.md
+++ b/README.md
@@ -35,14 +35,16 @@ https://doc.qt.io/qtcreator-extending/coding-style.html
Prerequisites:
-* Qt 5.15.2 or later
+* Qt 6.2 or later. The Qt version that you use to build Qt Creator defines the
+ minimum platform versions that the result supports
+ (Windows 10, RHEL/CentOS 8.4, Ubuntu 20.04, macOS 10.14 for Qt 6.2).
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
- * MinGW with GCC 7 or Visual Studio 2017 or later
+ * MinGW with GCC 9 or Visual Studio 2019 or later
* Python 3.5 or later (optional, needed for the python enabled debug helper)
* Debugging Tools for Windows (optional, for MSVC debugging support with CDB)
* On Mac OS X: latest Xcode
-* On Linux: GCC 7 or later
+* On Linux: GCC 9 or later
* LLVM/Clang 10 or later (optional, LLVM/Clang 14 is recommended.
See [instructions](#getting-llvmclang-for-the-clang-code-model) on how to
get LLVM.