aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2023-04-03 14:42:08 +0200
committerTim Jenssen <tim.jenssen@qt.io>2023-04-04 10:12:43 +0000
commitc04f0e5d9c19910fc20d2eb48476deb1fe22fcde (patch)
tree65ecaa841e8c64a684d05cf22fac551456ad6ec0 /README.md
parent53ce5d6dff66250ab63b29f520117e7e4e6ab114 (diff)
Increase the minimum macOS version to 10.15
Qt 6.5 doesn't support 10.14 anymore, because it uses std::filesystem. QmlDesigner also wants to use std::filesystem. Change-Id: I36c14c6efa439c9372eb0d8bf90d1024e8b532eb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 590361d1ef..9c2128010d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The standalone binary packages support the following platforms:
* Windows 10 (64-bit) or later
* (K)Ubuntu Linux 20.04 (64-bit) or later
-* macOS 10.14 or later
+* macOS 10.15 or later
## Contributing
@@ -37,7 +37,7 @@ Prerequisites:
* 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).
+ (Windows 10, RHEL/CentOS 8.4, Ubuntu 20.04, macOS 10.15 for Qt 6.2).
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* MinGW with GCC 9 or Visual Studio 2019 or later