From 738a3bf76d7f4b0f49b795be7309a03794700329 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 2 Apr 2024 15:35:16 +0200 Subject: [PATCH] Update README to match the new requirements for building Amends ff04dc53ef94ff424789c1ff9a71a32417d4160b Change-Id: I3ec6dbdea4e9cfc5df6d94fbf37408b3d7e4145a Reviewed-by: Christian Stenger Reviewed-by: --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71f02d884ec..7feacabd332 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ https://doc.qt.io/qtcreator-extending/coding-style.html Prerequisites: -* Qt 6.2 or later. The Qt version that you use to build Qt Creator defines the +* Qt 6.4.3 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.15 for Qt 6.2). + (Windows 10, RHEL/CentOS 8.4, Ubuntu 20.04, macOS 10.15 for Qt 6.4.3). * Qt WebEngine module for QtWebEngine based help viewer * On Windows: - * MinGW with GCC 9 or Visual Studio 2019 or later + * MinGW with GCC 11.2 or Visual Studio 2019 or later * Python 3.8 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