summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-02-15 14:37:38 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2021-02-17 09:35:51 +0200
commitfbdec5207fb00a683d137765b6909867af88eebd (patch)
tree88e0d131e91c9532713457abe6d66d3fc021430b
parentd41332be75a45202270247d0014173be4a6d688c (diff)
Update supported platforms and compilers for lts-5.15.3 branch
Task-number: QTBUG-89312 Change-Id: I068c73577b464fc4e764f9245c6426885ce5933b Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
-rw-r--r--doc/src/platforms/supported-platforms.qdocinc15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
index 70801b9e7..2fd6f241e 100644
--- a/doc/src/platforms/supported-platforms.qdocinc
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -37,11 +37,11 @@
\header \li Distribution \li Architecture \li Compiler \li Notes
\row \li openSUSE 15.1
\li \c x86_64
- \li GCC 5 or later, \b {GCC 7}, \b {ICC 19.1}
+ \li GCC 5 or later, \b {GCC 7.5.0}, \b {ICC 19.1}
\li
\row \li SUSE Linux Enterprise Server
\li \c x86_64
- \li GCC 5 or later, \b {GCC 10}
+ \li GCC 5 or later, \b {GCC 10.2.1}
\li
\row \li Red Hat Enterprise Linux 7.6
\li \c x86_64
@@ -49,7 +49,7 @@
\li
\row \li Ubuntu 18.04
\li \c x86_64
- \li GCC 5 or later, \b {GCC 9}
+ \li GCC 5 or later, \b {GCC 9.3.0}
\li
\row \li Generic Linux
\li \c x86 and \c x86_64
@@ -64,7 +64,7 @@
\header \li Target Platform \li Architecture \li Build Environment
\row \li \macos 10.13, 10.14, \b 10.15
\li \c x86_64 and \c x86_64h
- \li Xcode 11 (10.15 SDK)
+ \li Xcode 11 or \b 12 (10.15 SDK)
\endtable
//! [macos]
@@ -74,7 +74,7 @@
\header \li Operating System \li Architecture \li Compiler \li Notes
\row \li Windows 10
\li \c x86 and \c x86_64
- \li \b {MSVC 2019}, MSVC 2017, \b {MinGW 8.1}
+ \li \b {MSVC 2019}, MSVC 2017, MSVC 2015, MinGW 8.1
\li
\row \li Windows 8.1
\li \c x86 and \c x86_64
@@ -82,7 +82,7 @@
\li
\row \li Windows 7
\li \c x86 and \c x86_64
- \li MSVC 2019, MSVC 2017, \b {MinGW 8.1}
+ \li MSVC 2019, MSVC 2017, MinGW 8.1
\li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z/download}{MinGW-builds GCC 8.1.0 (x86)}
\endtable
@@ -100,8 +100,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 \b {RHEL 7.x (x86_64)}, \b{\macos 10.14}, \b {Windows 10 (x86_64)},
- \b Windows 7
+ \li \b {RHEL 7.x (x86_64)}, \b{\macos 10.15}, \b {Windows 10 (x86_64)}
\endtable
//! [android]