summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-06-05 12:18:00 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2019-06-05 10:29:57 +0000
commitbcae91cdb45df96dfa7c5b7eb2e6921545ed4d9e (patch)
tree204ff1a28e8d00bbcf5dc39527e995a39e02c5a0
parent314bd9f20e6cf8727f48bc856b49e59dc5103504 (diff)
downloadqtdoc-bcae91cdb45df96dfa7c5b7eb2e6921545ed4d9e.tar.gz
Doc: Update supported platforms information for Qt 5.13
- Replace RHEL 7.4 with "7.x" as support for 7.4 ends before support for Qt 5.13 does. - Replace openSUSE 42.3 with openSUSE 15.x. - Drop Windows 8.1, Ubuntu 16.04 as a reference configurations - Update reference Windows 10 build version - Update minimum supported Android version to 5 (API level 21) - Add a note explaining that supported (reference) configurations may change in patch releases. Fixes: QTBUG-76211 Change-Id: Ie73fd4c40e4c7500484445206e7ead870aaf1460 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/platforms/supported-platforms.qdoc5
-rw-r--r--doc/src/platforms/supported-platforms.qdocinc20
2 files changed, 15 insertions, 10 deletions
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index a2f54536..46af032b 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -56,6 +56,11 @@
Configurations in \b bold are \l {Reference Configurations}.
+ \note Support for specific configurations or operating system versions may
+ end before the support for Qt \qtver does. A subsequent patch release
+ of Qt \qtver may drop support for a configuration as a \e {reference
+ configuration} or replace it with a currently-supported version.
+
\include supported-platforms.qdocinc all
\section1 Reference Configurations
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
index c6b20136..8a8ab8f5 100644
--- a/doc/src/platforms/supported-platforms.qdocinc
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -35,11 +35,11 @@
//! [linux]
\table 80%
\header \li Distribution \li Architecture \li Compiler \li Notes
- \row \li openSUSE 42.3
+ \row \li openSUSE 15.x
\li \c x86_64
- \li GCC 4.8, \b {GCC 7}, \b {ICC}
+ \li \b {GCC 7}, \b {ICC}
\li
- \row \li Red Hat Enterprise Linux 7.4
+ \row \li Red Hat Enterprise Linux 7.x
\li \c x86_64
\li \b {GCC 5.3.1}
\li devtoolset-4
@@ -49,7 +49,7 @@
\li
\row \li Ubuntu 16.04
\li \c x86_64
- \li GCC as provided by Canonical, \b {GCC 5.4.0}
+ \li GCC as provided by Canonical, GCC 5.4.0
\li
\row \li Generic Linux
\li \c x86 and \c x86_64
@@ -77,11 +77,11 @@
\header \li Operating System \li Architecture \li Compiler \li Notes
\row \li Windows 10
\li \c x86 and \c x86_64
- \li \b {MSVC 2017}, \b {MSVC 2015}, MinGW 7.3
- \li Tested on \e {Windows 10 Creators Update}
+ \li \b {MSVC 2017}, \b {MSVC 2015}, \b {MinGW 7.3}
+ \li Tested on \e {Windows 10 (1809) October 2018 Update}
\row \li Windows 8.1
\li \c x86 and \c x86_64
- \li MSVC 2017, \b {MSVC 2015}, MinGW 7.3
+ \li MSVC 2017, MSVC 2015, MinGW 7.3
\li
\row \li Windows 7
\li \c x86 and \c x86_64
@@ -100,10 +100,10 @@
//! [android]
\table 80%
\header \li Platform Version \li Architecture \li Compiler \li Build Environment
- \row \li Android 4.1, 5, 6, 7, 8 (API Level 16)
+ \row \li Android 5, 6, 7, 8 (API Level 21)
\li \c armv7 and \c x86
\li \b {Clang as provided by Google}, \b {MinGW 7.3}
- \li \b {RHEL 7.4 (x86_64)}, \b{\macos 10.13}, \b {Windows 7 (x86_64)}
+ \li \b {RHEL 7.x (x86_64)}, \b{\macos 10.13}, \b {Windows 7 (x86_64)}
\endtable
//! [android]
@@ -133,7 +133,7 @@
\row \li Universal Windows Platform 10
\li \c x86, \c x86_64, and \c armv7
\li \b{MSVC 2017}, \b{MSVC 2015}
- \li \b{Windows 10} Creators Update
+ \li \b{Windows 10} (1809) October 2018 Update
\endtable
\br