summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2022-06-02 12:22:05 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2022-06-15 10:55:38 +0000
commitfaa7766f4090a30fefd600e8cbb8395fe469f203 (patch)
tree7a44548fdd2010ff3db1ba11a077bb3100938f6f
parent504aa45e21faa1f45a60c283730262188cc54877 (diff)
Update supported platforms and compilers for 5.15.10 release
Pick-to: 5.15 Task-number: QTBUG-102506 Change-Id: I40be34fb6cbecfcc95ee5b566fbeed3aa2a05be2 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
-rw-r--r--doc/src/platforms/supported-platforms.qdocinc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
index acacdf873..90c93a3dd 100644
--- a/doc/src/platforms/supported-platforms.qdocinc
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -66,7 +66,7 @@
//! [macos]
\table 80%
\header \li Target Platform \li Architecture \li Build Environment
- \row \li \macos 10.13, \macos 10.14, \macos 10.15, \macos 11
+ \row \li \macos 10.13, \macos 10.14, \macos 10.15, \macos 11, \macos 12
\li \c x86_64 and \c x86_64h and \c arm64
\li Xcode 11 or Xcode 12 or \b {Xcode 13} (12 SDK)
\endtable
@@ -82,7 +82,7 @@
\li
\row \li Windows 10 21H2
\li \c x86 and \c x86_64
- \li \b {MSVC 2019}, MSVC 2017, MSVC 2015, MinGW 8.1
+ \li MSVC 2022, \b {MSVC 2019}, MSVC 2017, MSVC 2015, MinGW 8.1
\li
\row \li Windows 8.1
\li \c x86 and \c x86_64
@@ -108,7 +108,7 @@
\row \li Android 5.0 or later (that is, API Level 21 and up)
\li \c armv7a and \c x86, \c arm64-v8 and \c x86_64
\li \b {Clang as provided by Google}, \b {MinGW 8.1}
- \li {RHEL 8.x (x86_64)}, \b {RHEL 7.x (x86_64)}, \b{\macos 10.15}, \b {Windows 10 (x86_64)}
+ \li \b {RHEL 8.x (x86_64)}, \b {RHEL 7.x (x86_64)}, \b{\macos 10.15}, \b {Windows 10 21H2 (x86_64)}
\endtable
//! [android]