aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2024-04-04 11:25:24 +0200
committerRobert Löhning <robert.loehning@qt.io>2024-04-08 16:48:07 +0200
commit6941e50a6d684fa4be4bcacc3e5bfba18fe4d7a2 (patch)
tree3d00a5d8f73a39359830e5ba19bd303b622e15d6
parent38ab29daf48f25c021ae27ed3a45b342c64e64d6 (diff)
README.md: Update MinGW requirement
Pick-to: 6.7 Change-Id: I931202f00592d5fc6411fa2d8a7825c5b9117c4e Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10dca4dc..ccf35c37 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Windows:
1. Open a command prompt.
2. Ensure that the following tools can be found in the path:
- * Supported compiler (Visual Studio 2019 or later, or MinGW-builds gcc 8.1 or later)
+ * Supported compiler (Visual Studio 2019 or later, or MinGW-builds gcc 11.2 or later)
* Python 3 ([https://www.python.org/downloads/windows/] or from Microsoft Store)
```