diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc
index 8261e7d06fcf78dbab34765d9da76797ef707874..812583e6986a36a71b7b6930fcb1f8e9f3b00d16 100644
--- a/doc/src/platforms/android.qdoc
+++ b/doc/src/platforms/android.qdoc
@@ -36,6 +36,11 @@ v4.1 (API level 16) or later. All Qt modules (essential and add-on) are
 supported except Qt WebEngine, Qt Serial Port, and the
 platform-specific ones (Qt Mac Extras, Qt Windows Extras, and Qt X11 Extras).
 
+The following configurations are supported.
+
+\include supported-platforms.qdocinc android
+
+\br
 The following list summarizes what you can do with Qt for Android:
 
 \list
diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc
index d8668ab13f3a91c20e035bda198384c577cb95c8..f8400143d6bdc2399599b2767736b29b7a3de3fe 100644
--- a/doc/src/platforms/ios.qdoc
+++ b/doc/src/platforms/ios.qdoc
@@ -34,6 +34,13 @@
     Qt's iOS port allows you to run Qt applications on iOS devices,
     such as iPhones, iPads, and iPod Touches.
 
+    \target ios-supported-configurations
+    \section1 Supported Configurations
+
+    The following configurations are supported.
+
+    \include supported-platforms.qdocinc ios
+
     \include apple-getting-started.qdocinc getting started
 
     \section1 Examples for iOS
@@ -499,7 +506,7 @@
     The application should be tested on the iOS versions and devices that it is
     targeted to support. The minimum deployment target for Qt applications
     varies by Qt version. For more information, see
-    \l{Supported Platforms and Configurations}.
+    \l{ios-supported-configurations}{supported configurations}.
 
     The actual publishing process involves creating a distribution certificate and a provision profile,
     creating a signed archive of your application, and running a set of validation tests on it.
diff --git a/doc/src/platforms/linux.qdoc b/doc/src/platforms/linux.qdoc
index acb9e9b7b544c55a65819b2fccb8ca4ef4344b29..26b8e86651ee636bfc087e0e18bca85ae1971b3c 100644
--- a/doc/src/platforms/linux.qdoc
+++ b/doc/src/platforms/linux.qdoc
@@ -36,7 +36,14 @@
     To download and install Qt for Linux, follow the instructions on the
     \l{Getting Started with Qt} page.
 
-    \section2 Requirements for Development Host
+    \target linux-supported-configurations
+    \section1 Supported Configurations
+
+    The following configurations are supported.
+
+    \include supported-platforms.qdocinc linux
+
+    \section1 Requirements for Development Host
 
     The Qt installers for Linux assume that a C++ compiler, debugger,
     make, and other development tools are provided by the host
@@ -67,7 +74,7 @@
     sudo zypper install -t pattern devel_basis
     \endcode
 
-    \section2 Building Qt 5 from Source
+    \section1 Building Qt 5 from Source
 
     You can also build Qt 5 from the source package and configure it according
     to your target platform. The source packages are obtained from
diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc
index efac55058eaabd1afe1a58baaeb02f832e23506e..513d08bfccb0b2bec4743ea30282b1038df96b82 100644
--- a/doc/src/platforms/macos.qdoc
+++ b/doc/src/platforms/macos.qdoc
@@ -44,12 +44,17 @@
 
     \note Qt 5 uses Cocoa, therefore, building for Carbon is not possible.
 
-    \section1 \macos Versions
+    \target macos-supported-versions
+    \section1 Supported Versions
 
-    See \l{Supported Platforms} for the list of \macos versions supported by Qt.
+    The following macOS versions are supported.
 
-    Qt can be built for either x86_64 or x86_64h (Haswell). x86_64 is used by default.
-    To select a x86_64h build, use the \c QMAKE_APPLE_DEVICE_ARCHS \c qmake variable.
+    \include supported-platforms.qdocinc macos
+
+    \section1 Supported Architectures
+
+    By default, Qt is built for x86_64. To build for x86_64h (Haswell). use the
+    \c QMAKE_APPLE_DEVICE_ARCHS \c qmake variable.
     This is selectable at configure time:
     \code
     ./configure -platform macx-clang QMAKE_APPLE_DEVICE_ARCHS=x86_64h
@@ -61,10 +66,6 @@
     ./configure -platform macx-clang QMAKE_APPLE_DEVICE_ARCHS="x86_64 x86_64h"
     \endcode
 
-    \note Qt 5.10+ does not support 32-bit builds.
-    \note Qt 5 does not support OS X on PowerPC.
-    \note Static builds are not tested.
-
     \section1 Additional Command-Line Options
 
     On the command-line, applications can be built using \c qmake and \c make.
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index 9d980de0489e377b4e7b44ac649c3e9169cca1b4..21660e1f0b6dce4be51f65ab4e372ca71318b174 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -38,36 +38,27 @@
     across desktop, mobile and embedded operating systems without
     rewriting the source code.
 
-    Qt is supported on a variety of 32-bit and 64-bit platforms,
-    and can usually be built on each platform with GCC, a vendor-supplied
-    compiler, or a third-party compiler. Open GL (ES) 2.0,
-    DirectX 9 or 11 (with ANGLE), or an \l {Qt Quick 2D Renderer} {alternative
+    Qt is supported on a variety of 32-bit and 64-bit platforms, and can usually
+    be built on each platform with GCC, a vendor-supplied compiler, or a third
+    party compiler as indicated in the overview below.
+
+    Open GL (ES) 2.0, DirectX 9 or 11 (with ANGLE), or an \l {Qt Quick 2D Renderer} {alternative
     renderer} is required for \l [QtQuick] {Qt Quick} 2.
     \l [QtWidgets] {Qt Widgets}{Widgets} can be used without
     hardware acceleration.
 
-    In Qt 5 all platforms are created using the
-    \l{Qt Platform Abstraction} (QPA), which makes it easier
-    than before to port Qt into a new operating system.
-
-    \target Desktop Platforms
-    \section1 Supported Configurations
-
-    The following table lists configurations supported by The Qt Company.
-    A \e {configuration} is a combination of an operating system version,
-    a compiler version, and a graphics system.
+    In Qt 5 all platforms are created using the \l{Qt Platform Abstraction}
+    (QPA), which makes it easy to port Qt into a new operating system.
 
-    \b {Supported configurations for Qt \qtver}
+    The following platforms are supported in Qt \qtver. For support information
+    for prior Qt releases, please consult the relevant version in the
+    \l {http://doc.qt.io/archives/}{Qt Documentation Archives}.
 
-    \include supported-platforms.qdocinc latest
+    Configurations in \b bold are \l {Reference Configurations}.
 
-    In the above table, the configurations in \b bold are \e {reference
-    configurations}.
-
-    \b {See also}: \l {http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
-                      {Qt for Device Creation: Supported Target Devices and Development Hosts}.
+    \include supported-platforms.qdocinc all
 
-    \section2 Reference Configurations
+    \section1 Reference Configurations
 
     The reference configurations are run on the continuous integration (CI)
     system within Qt Project. In addition, they are subjected to unit test suite
@@ -83,13 +74,6 @@
     sufficient effort is made to bring continuous integration to an acceptable
     state for that particular configuration.
 
-    The following page lists the configurations supported by The
-    Qt Company for each released Qt version:
-
-    \list
-        \li \l {Supported Platforms and Configurations}
-    \endlist
-
     The Qt Company, Qt partners, open source projects and community users
     are able to provide assistance with various different supported
     platforms and configurations.
@@ -99,6 +83,16 @@
     You can download the Qt 5 installers and source packages from the \l Downloads page.
     For more information, visit the \l{Getting Started with Qt} page.
 
+    \section2 Exceptions
+    Individual modules might be available only on some platforms, or they might
+    not support all configurations. For example, as Qt WebEngine has Chromium
+    as a third-party dependency, platform or configuration limitations upstream
+    also apply to Qt WebEngine.
+
+    The documentation for each module contains detailed information about any
+    exceptions the module has from the general platform and configuration
+    support as described on this page.
+
     \section1 Deployment of Qt Applications
 
     The deployment procedure for each platform is different and they are
@@ -125,36 +119,3 @@
     non-infringement with regard to the Licensed Software.
 
 */
-
-/*!
-    \page supported-platforms-and-configurations.html
-    \title Supported Platforms and Configurations
-
-    Qt is supported on a variety of 32-bit and 64-bit platforms, and can be
-    built on each platform with GCC, a vendor-supplied compiler, or a third
-    party compiler as indicated in the table below.
-
-    Configurations in \b bold are run on the continuous integration (CI) system;
-    they are tested automatically for every change submitted on that
-    platform/compiler combination against the test suite available as part of
-    Qt.
-
-    \section2 Exceptions
-    Individual modules might be available only on some platforms, or they might
-    not support all configurations. For example, as Qt WebEngine has Chromium
-    as a third-party dependency, platform or configuration limitations upstream
-    also apply to Qt WebEngine.
-
-    The documentation for each module contains detailed information about any
-    exceptions the module has from the general platform and configuration
-    support as described on this page.
-
-    \b {See also}:
-    \list
-        \li \l {http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
-               {Qt for Device Creation: Supported Platforms}
-        \li \l {Qt WebEngine Platform Notes}
-    \endlist
-
-    \include supported-platforms.qdocinc all
-*/
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
index 9fbd24fad500716f7a7c14c423964ae8cbedb274..47925f5e82095b90104e677e1ead9b16c2cac59d 100644
--- a/doc/src/platforms/supported-platforms.qdocinc
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -26,598 +26,129 @@
 ****************************************************************************/
 
 /*!
-//! [embedded]
-Embedded Platforms: \l {Qt for Embedded Linux}{Embedded Linux},
-Windows Embedded (Compact and Standard),
-\l {QNX}
-//! [embedded]
-
-//! [mobile]
-Mobile Platforms: \l {Qt for Android}{Android},
-\l {Qt for iOS}{iOS},
-\l {Qt for WinRT}{WinRT}
-//! [mobile]
 
 //! [all]
-\section1 Qt 5.11
-\b {Supported until one year after release}
-//! [5.11] //! [latest]
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 10 (x86_64)
-         \li \b {MSVC 2017}, \b {MSVC 2015}, MinGW 5.3
-         \li Tested on \e {Windows 10 Creators Update}
-    \row \li Windows 10 (x86)
-         \li \b {MSVC 2017}, \b {MSVC 2015}, MinGW 5.3
-         \li Tested on \e {Windows 10 Creators Update}
-    \row \li Windows 8.1 (x86_64)
-         \li MSVC 2017, \b {MSVC 2015}, MinGW 5.3
-         \li
-    \row \li Windows 8.1 (x86)
-         \li MSVC 2017, \b {MSVC 2015}, MinGW 5.3
-         \li
-    \row \li Windows 7 (x86_64)
-         \li MSVC 2017, MSVC 2015, \b {MinGW 5.3}
-         \li
-    \row \li Windows 7 (x86)
-         \li MSVC 2017, MSVC 2015, \b {MinGW 5.3}
-         \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (x86)}
-
-    \row \li {3,1} \header \li {3,1} Universal Windows Platform (UWP)
-    \row \li UWP 10 (\b x86, \b x86_64, \b armv7)
-         \li \b {MSVC 2017}, \b {MSVC 2015}
-         \li Host: \b {Windows 10 (x86_64)} \e {Creators Update}
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Linux/X11}{Linux/X11}
-    \row \li openSUSE 42.2 (x86_64)
-         \li GCC 4.8, \b {GCC 7}, \b {ICC}
-         \li
-    \row \li Red Hat Enterprise Linux 6.6 (x86_64)
-         \li GCC 4.9.1
-         \li devtoolset-3
-    \row \li Red Hat Enterprise Linux 7.2 (x86_64)
-         \li \b {GCC 5.3.1}
-         \li devtoolset-4
-    \row \li Ubuntu 16.04 (x86_64)
-         \li GCC as provided by Canonical, \b {GCC 5.4.0}
-         \li
-    \row \li Linux (x86 and x86_64)
-         \li GCC 4.8, GCC 4.9, GCC 5, GCC 6, GCC 7
-         \li
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Android}{Android}
-    \row \li Android 4.1, 5, 6, 7, 8 (armv7, x86)\br
-             API Level 16
-         \li \b {GCC as provided by Google}, \b {MinGW 5.3}
-         \li Hosts: \b {RHEL 7.2 (x86_64)}, \b{\macos 10.12 (x86_64)}, \b {Windows 7 (x86_64)}
-
-    \row \li {3,1} \header \li {3,1} Darwin Platforms: \l {Qt for macOS}{\macos},
-         \l {Qt for iOS}{iOS}, tvOS, watchOS
-    \row \li \l {Qt for macOS}{\macos} \b 10.11, \b 10.12, \b 10.13 (x86_64)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 8.2 (\macos 10.11)}, \b {Xcode 8.3.3 (\macos 10.12)}, \b {Xcode 9 (\macos 10.13)}
-    \row \li \l {Qt for iOS}{iOS} 10, \b {iOS 11} (armv8)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 9 (\macos 10.13)}
-    \row \li tvOS 10, \b {tvOS 11} (armv8) (Technology Preview)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 9 (\macos 10.13)}
-    \row \li watchOS 3, \b {watchOS 4} (armv7k) (Technology Preview)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 9 (\macos 10.13)}
-
-    \row \li {3,1} \header \li {3,1}
-         Embedded Platforms: \l {Qt for Embedded Linux}{Embedded Linux}, \l {QNX}, \l {INTEGRITY}
-    \row \li \l {Qt for Embedded Linux}{Embedded Linux}
-         \li GCC
-         \li ARM Cortex-A, Intel boards with GCC-based toolchains
-    \row \li \l {Qt for Device Creation}{Embedded Linux (Boot2Qt)} (armv7, armv8, x86, x86_64)
-         \li \b {GCC 6.2}
-         \li \b {Yocto 2.3}, Hosts: RHEL 7.2 (x86_64), Windows 7 (x86_64)
-    \row \li \b {QNX 6.6.0}, 7.0 (armv7 and x86)
-         \li \b {QCC as provided by QNX}
-         \li Hosts: \b {RHEL 7.2 (x86_64)}, \b {Windows 7 (x86_64)},
-             \b {Windows 10 (x86_64)}, \b {Windows 7 (x86)},
-             \b {\macos 10.12}
-    \row \li \l {INTEGRITY} {INTEGRITY 11.4.4}
-         \li As provided by Green Hills INTEGRITY
-         \li Host: RHEL 7.2 (x86_64)
-    \endtable
-//! [5.11] //! [latest]
-
-\section1 Qt 5.10
-\b {Supported until one year after release}
-//! [5.10]
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 10 (x86_64)
-         \li \b {MSVC 2017}, \b {MSVC 2015}, MSVC 2013, MinGW 5.3
-         \li Tested on \e {Windows 10 Creators Update}
-    \row \li Windows 10 (x86)
-         \li \b {MSVC 2017}, \b {MSVC 2015}, MSVC 2013, MinGW 5.3
-         \li Tested on \e {Windows 10 Creators Update}
-    \row \li Windows 8.1 (x86_64)
-         \li MSVC 2017, MSVC 2015, \b {MSVC 2013}, MinGW 5.3
-         \li
-    \row \li Windows 8.1 (x86)
-         \li MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
-         \li
-    \row \li Windows 7 (x86_64)
-         \li MSVC 2017, MSVC 2015, MSVC 2013, \b {MinGW 5.3}
-         \li
-    \row \li Windows 7 (x86)
-         \li MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
-         \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (x86)}
-
-    \row \li {3,1} \header \li {3,1} Universal Windows Platform (UWP)
-    \row \li UWP 10 (\b x86, \b x86_64, \b armv7)
-         \li \b {MSVC 2017}, \b {MSVC 2015}
-         \li Host: \b {Windows 10 (x86_64)} \e {Creators Update}
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Linux/X11}{Linux/X11}
-    \row \li openSUSE 42.2 (x86_64)
-         \li GCC 4.8, \b {GCC 7}, \b {ICC}
-         \li
-    \row \li Red Hat Enterprise Linux 6.6 (x86_64)
-         \li GCC 4.9.1
-         \li devtoolset-3
-    \row \li Red Hat Enterprise Linux 7.2 (x86_64)
-         \li \b {GCC 5.3.1}
-         \li devtoolset-4
-    \row \li Ubuntu 16.04 (x86_64)
-         \li GCC as provided by Canonical, \b {GCC 5.4.0}
-         \li
-    \row \li Linux (x86 and x86_64)
-         \li GCC 4.8, GCC 4.9, GCC 5, GCC 6, GCC 7
-         \li
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Android}{Android}
-    \row \li Android 4.1, 5, 6, 7, 8 (armv7, x86)\br
-             API Level 16
-         \li \b {GCC as provided by Google}, \b {MinGW 5.3}
-         \li Hosts: \b {RHEL 7.2 (x86_64)}, \b{\macos 10.12 (x86_64)}, \b {Windows 7 (x86_64)}
-
-    \row \li {3,1} \header \li {3,1} Darwin Platforms: \l {Qt for macOS}{\macos},
-         \l {Qt for iOS}{iOS}, tvOS, watchOS
-    \row \li \l {Qt for macOS}{\macos} \b 10.11, \b 10.12, \b 10.13 (x86_64)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 8.2 (\macos 10.11)}, \b {Xcode 8.3.3 (\macos 10.12)}, \b {Xcode 9 (\macos 10.13)}
-    \row \li \l {Qt for iOS}{iOS} 10, \b {iOS 11} (armv8)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 9 (\macos 10.13)}
-    \row \li tvOS 10, \b {tvOS 11} (armv8) (Technology Preview)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 9 (\macos 10.13)}
-    \row \li watchOS 3, \b {watchOS 4} (armv7k) (Technology Preview)
-         \li \b {Clang as provided by Apple}
-         \li \b {Xcode 9 (\macos 10.13)}
-
-    \row \li {3,1} \header \li {3,1}
-         Embedded Platforms: \l {Qt for Embedded Linux}{Embedded Linux}, \l {QNX}, \l {INTEGRITY}
-    \row \li \l {Qt for Embedded Linux}{Embedded Linux}
-         \li GCC
-         \li ARM Cortex-A, Intel boards with GCC-based toolchains
-    \row \li \l {Qt for Device Creation}{Embedded Linux (Boot2Qt)} (armv7, armv8, x86, x86_64)
-         \li \b {GCC 6.2}
-         \li \b {Yocto 2.3}, Hosts: RHEL 7.2 (x86_64), Windows 7 (x86_64)
-    \row \li \b {QNX 6.6.0}, 7.0 (armv7 and x86)
-         \li \b {QCC as provided by QNX}
-         \li Hosts: \b {RHEL 7.2 (x86_64)}, \b {Windows 7 (x86_64)},
-             \b {Windows 10 (x86_64)}, \b {Windows 7 (x86)},
-             \b {\macos 10.12}
-    \row \li \l {INTEGRITY} {INTEGRITY 11.4.4}
-         \li As provided by Green Hills INTEGRITY
-         \li Host: RHEL 7.2 (x86_64)
-    \endtable
-//! [5.10]
-
-\section1 Qt 5.9
-\b {Long-term support (LTS)}: Supported until May 31, 2020
-
-//! [5.9]
-
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 10 (64-bit)
-         \li \b {MSVC 2017}, \b {MSVC 2015}, MSVC 2013, MinGW 5.3
-         \li
-    \row \li Windows 10 (32-bit)
-         \li \b {MSVC 2017}, \b {MSVC 2015}, MSVC 2013, MinGW 5.3
-         \li
-    \row \li Windows 8.1 (64-bit)
-         \li MSVC 2017, MSVC 2015, \b {MSVC 2013}, MinGW 5.3
-         \li
-    \row \li Windows 8.1 (32-bit)
-         \li MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
-         \li
-    \row \li Windows 7 (64-bit)
-         \li MSVC 2017, MSVC 2015, MSVC 2013, \b {MinGW 5.3}
-         \li
-    \row \li Windows 7 (32-bit)
-         \li MSVC 2017, MSVC 2015, MSVC 2013, MinGW 5.3
-         \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (32-bit)}
-
-    \row \li {3,1} \header \li {3,1} Universal Windows Platform (UWP)
-    \row \li UWP 10 (x86, \b x86_64, armv7)
-         \li MSVC 2017, \b {MSVC 2015}
-         \li Hosts: \b {Windows 10}
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Linux/X11}{Linux/X11}
-    \row \li openSUSE 42.1 (64-bit)
-         \li \b {GCC 4.8.5}
-         \li
-    \row \li Red Hat Enterprise Linux 6.6 (64-bit)
-         \li \b {GCC 4.9.1}
-         \li devtoolset-3
-    \row \li Red Hat Enterprise Linux 7.2 (64-bit)
-         \li \b {GCC 5.3.1}
-         \li devtoolset-4
-    \row \li Ubuntu 16.04 (64-bit)
-         \li \b {GCC as provided by Canonical}
-         \li
-    \row \li (Linux 32/64-bit)
-         \li GCC 4.8, GCC 4.9, GCC 5.3
-         \li
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for macOS}{\macos}
-    \row \li \macos \b 10.10, \b 10.11, \b 10.12
-         \li \b {Clang as provided by Apple}
-         \li
-
-    \row \li {3,1} \header \li {3,1}
-         Embedded Platforms: \l {Qt for Embedded Linux}{Embedded Linux}, \l {QNX}, \l {INTEGRITY}\br
-         \l {Qt for VxWorks}{VxWorks} is available through Qt Professional Services
-    \row \li \l {Qt for Embedded Linux}{Embedded Linux}
-         \li GCC \li ARM Cortex-A, Intel boards with GCC-based toolchains
-    \row \li QNX 6.6 (armv7le and x86), 7.0 (armv7le, arm64 and x86)
-         \li \b {GCC as provided by QNX}
-         \li Hosts: \b {RHEL 6.6 (64-bit)}, \b {RHEL 7.2 (64-bit)},
-             \b {Windows 10 (64-bit)}, \b {Windows 7 (32-bit)}
-    \row \li \l {INTEGRITY} {INTEGRITY 11.4.x}
-         \li As provided by Green Hills INTEGRITY
-         \li Hosts: 64-bit Linux
-    \row \li \l{Qt for VxWorks}{VxWorks 7}
-         \li As provided by Wind River
-         \li Hosts: 64-bit Linux, Windows
-
-    \row \li {3,1} \header \li {3,1}
-          Mobile Platforms: \l {Qt for Android}{Android}, \l {Qt for iOS}{iOS}
-    \row \li iOS 8, 9, 10 (armv7, arm64)
-         \li \b {Clang as provided by Apple}
-         \li \b {\macos 10.10 host}
-    \row \li Android (API Level: 16)
-         \li \b {GCC as provided by Google}, \b {MinGW 5.3}
-         \li Hosts: \b {RHEL 7.2 (64-bit)}, \b{\macos 10.12}, \b {Windows 7 (64-bit)}
-    \endtable
-
-//! [5.9]
-
-\section1 Qt 5.8
-
-//! [5.8]
-    \b {Supported until Jan 23, 2018}
-
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 10 (64-bit)
-         \li \b {MSVC 2015}, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 10 (32-bit)
-         \li \b {MSVC 2015}, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 8.1 (64-bit)
-         \li MSVC 2015, \b {MSVC 2013}, MinGW 5.3, MinGW 4.9,
-             MinGW 4.8
-         \li
-    \row \li Windows 8.1 (32-bit)
-         \li MSVC 2015, \b {MSVC 2013}, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (64-bit)
-         \li MSVC 2015, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (32-bit)
-         \li MSVC 2015, MSVC 2013, \b {MinGW 5.3}, MinGW 4.9,
-             MinGW 4.8
-         \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (32-bit)}
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Linux/X11}{Linux/X11}
-    \row \li openSUSE 42.1 (64-bit)
-         \li \b {GCC 4.8.5}
-         \li
-    \row \li Red Hat Enterprise Linux 6.6 (64-bit)
-         \li \b {GCC 4.9.1}
-         \li Red Hat 4.9.1-10 20140922
-    \row \li Red Hat Enterprise Linux 7.2 (64-bit)
-         \li \b {GCC 5.3.1}
-         \li Red Hat 5.3.1-6 20160406
-    \row \li Ubuntu 14.04 (64-bit)
-         \li \b {GCC 4.8.2}
-         \li Ubuntu 4.8.2-19ubuntu1
-    \row \li (Linux 32/64-bit)
-         \li GCC 4.8, GCC 4.9, GCC 5.3
-         \li
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for macOS}{\macos}
-    \row \li \macos \b 10.9, \b 10.10, \b 10.11, \b 10.12
-         \li \b {Clang as provided by Apple}
-         \li
-
-    \row \li {3,1} \header \li {3,1}
-         Embedded Platforms: \l {Qt for Embedded Linux}{Embedded Linux}, \l {QNX}
-    \row \li \l {Qt for Embedded Linux}{Embedded Linux}
-         \li GCC \li ARM Cortex-A, Intel boards with GCC-based toolchains
-    \row \li QNX 6.6.0 (armv7le and x86)
-         \li \b {As provided by QNX}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, Windows
-
-    \row \li {3,1} \header \li {3,1}
-         \include supported-platforms.qdocinc mobile
-    \row \li Windows Phone 8.1 (arm)
-         \li \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li Windows Runtime (x86, \b x86_64, arm)
-         \li \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li Universal Windows Platform (UWP) (x86, \b x86_64, arm)
-         \li \b {MSVC 2015}
-         \li Hosts: \b {Windows 10}
-    \row \li iOS 7 and above
-         \li \b {Clang as provided by Apple}
-         \li \b {\macos host}
-    \row \li Android (API Level: 16)
-         \li \b {GCC as provided by Google}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, \macos, Windows
-    \endtable
-
-//! [5.8]
-
-    \section1 Qt 5.7
-
-//! [5.7]
-    \b {Supported until June 15, 2017}
-
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 10 (64-bit)
-         \li \b {MSVC 2015}, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 10 (32-bit)
-         \li MSVC 2015, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 8.1 (64-bit)
-         \li MSVC 2015, \b {MSVC 2013}, MinGW 5.3, MinGW 4.9,
-             MinGW 4.8
-         \li
-    \row \li Windows 8.1 (32-bit)
-         \li MSVC 2015, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (64-bit)
-         \li MSVC 2015, MSVC 2013, MinGW 5.3, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (32-bit)
-         \li MSVC 2015, MSVC 2013, \b {MinGW 5.3}, MinGW 4.9,
-             MinGW 4.8
-         \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (32-bit)}
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for Linux/X11}{Linux/X11}
-    \row \li openSUSE 13.1 (64-bit)
-         \li \b {GCC 4.8.1}
-         \li SUSE Linux 20130909
-    \row \li Red Hat Enterprise Linux 6.6 (64-bit)
-         \li \b {GCC 4.9.1}
-         \li Red Hat 4.9.1-10 20140922
-    \row \li Ubuntu 14.04 (64-bit)
-         \li \b {GCC 4.6.3}
-         \li Ubuntu/Linaro 4.6.3-1ubuntu5
-    \row \li (Linux 32/64-bit)
-         \li GCC 4.8.1, GCC 4.9.1
-         \li
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for macOS}{\macos}
-    \row \li \macos \b 10.8, \b 10.9, \b 10.10, \b 10.11
-         \li \b {Clang as provided by Apple}
-         \li
-
-    \row \li {3,1} \header \li {3,1}
-         Embedded Platforms: \l {Qt for Embedded Linux}{Embedded Linux}, \l {QNX}
-    \row \li \l {Qt for Embedded Linux}{Embedded Linux}
-         \li GCC \li ARM Cortex-A, Intel boards with GCC-based toolchains
-    \row \li QNX 6.6.0 (armv7le and x86)
-         \li \b {As provided by QNX}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, Windows
-
-    \row \li {3,1} \header \li {3,1}
-         \include supported-platforms.qdocinc mobile
-    \row \li Windows Phone 8.1 (arm)
-         \li \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li Windows Runtime (x86, \b x86_64, arm)
-         \li \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li Universal Windows Platform (x86, \b x86_64, arm)
-         \li \b {MSVC 2015}
-         \li Hosts: \b {Windows 10}
-    \row \li iOS 6 and above
-         \li \b {Clang as provided by Apple}
-         \li \b {\macos host}
-    \row \li Android (API Level: 16)
-         \li \b {GCC as provided by Google}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, \macos, Windows
-    \endtable
-
-//! [5.7]
-
-    \section1 Qt 5.6
-
-//! [5.6]
-    \b {Long-term support (LTS)}: Supported until Mar. 16, 2019
-
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 10 (64-bit)
-         \li \b {MSVC 2015}, MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.9,
-             MinGW 4.8
-         \li
-    \row \li Windows 10 (32-bit)
-         \li MSVC 2015, MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 8.1 (64-bit)
-         \li MSVC 2015, \b {MSVC 2013}, \b {MSVC 2012}, MSVC 2010, MinGW 4.9,
-             MinGW 4.8
-         \li
-    \row \li Windows 8.1 (32-bit)
-         \li MSVC 2015, MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (64-bit)
-         \li MSVC 2015, MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (32-bit)
-         \li MSVC 2015, MSVC 2013, MSVC 2012, \b {MSVC 2010}, \b {MinGW 4.9},
-             MinGW 4.8
-         \li \l{http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/threads-posix/dwarf/i686-4.9.1-release-posix-dwarf-rt_v3-rev2.7z/download}{MinGW-builds gcc 4.9.1 (32-bit)}
-    \row \li Windows Vista (32/64-bit)
-         \li \li Deployment only
-    \row \li Windows XP (32-bit)
-         \li \li Deployment only
-
-    \row \li {3,1} \header \li {2,1} \l {Qt for Linux/X11}{Linux/X11}
-         \li \l {Known Issues with GCC Compilers}{Known Issues}
-    \row \li openSUSE 13.1 (64-bit)
-         \li \b {GCC 4.8.1}
-         \li SUSE Linux 20130909
-    \row \li Red Hat Enterprise Linux 6.6 (64-bit)
-         \li \b {GCC 4.9.1}
-         \li Red Hat 4.9.1-10 20140922
-    \row \li Ubuntu 14.04 (64-bit)
-         \li \b {GCC 4.6.3}
-         \li Ubuntu/Linaro 4.6.3-1ubuntu5
-    \row \li (Linux 32/64-bit)
-         \li GCC 4.8.1, GCC 4.9.1
-         \li
-
-    \row \li {3,1} \header \li {3,1} \l {Qt for macOS}{\macos}
-    \row \li \macos \b 10.8, \b 10.9, \b 10.10, 10.11
-         \li \b {Clang as provided by Apple}
-         \li
-    \row \li \macos 10.7
-         \li \li Deployment only
-
-    \row \li {3,1} \header \li {3,1}
-         \include supported-platforms.qdocinc embedded
-    \row \li \l {Qt for Embedded Linux}{Embedded Linux}
-         \li GCC \li ARM Cortex-A, Intel boards with GCC-based toolchains
-    \row \li QNX 6.6.0 (armv7le and x86)
-         \li \b {As provided by QNX}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, Windows
-    \row \li Windows Embedded 7 (armv4i)
-         \li MSVC 2008
-         \li Windows 7 host
-
-    \row \li {3,1} \header \li {3,1}
-         \include supported-platforms.qdocinc mobile
-    \row \li Windows Phone 8.1 (arm)
-         \li \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li Windows Runtime (x86, \b x86_64, arm)
-         \li MSVC 2015, \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li iOS 6 and above
-         \li \b {Clang as provided by Apple}
-         \li \b {\macos host}
-    \row \li Android (API Level: 9)
-         \li \b {GCC as provided by Google}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, \macos, Windows
-    \endtable
-
-//! [5.6]
-
-    \section1 Qt 5.5
-//! [5.5]
-    \b {Supported until Mar. 16, 2018}
-
-    \table 80%
-    \header \li Platform \li Compiler \li Notes
-    \header \li {3,1} \l {Qt for Windows}{Windows}
-    \row \li Windows 8.1 (64-bit)
-         \li \b {MSVC 2013}, \b {MSVC 2012}, MSVC 2010, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 8.1 (32-bit)
-         \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (64-bit)
-         \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.9, MinGW 4.8
-         \li
-    \row \li Windows 7 (32-bit)
-         \li MSVC 2013, MSVC 2012, \b {MSVC 2010}, \b {MinGW 4.9}, \b {MinGW 4.8}
-         \li
-    \row \li Windows Vista (32/64-bit)
-         \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8
-         \li
-    \row \li Windows XP (32-bit)
-         \li \li Deployment only
+\section1 Desktop Platforms
+//! [desktop]
+
+\section2 \l{Qt for Linux/X11}{Linux/X11}
+//! [linux]
+\table 80%
+    \header \li Distribution \li Architecture \li Compiler \li Notes
+    \row \li openSUSE 42.2
+        \li \c x86_64
+        \li GCC 4.8, \b {GCC 7}, \b {ICC}
+        \li
+    \row \li Red Hat Enterprise Linux 6.6
+        \li \c x86_64
+        \li GCC 4.9.1
+        \li devtoolset-3
+    \row \li Red Hat Enterprise Linux 7.2
+        \li \c x86_64
+        \li \b {GCC 5.3.1}
+        \li devtoolset-4
+    \row \li Ubuntu 16.04
+        \li \c x86_64
+        \li GCC as provided by Canonical, \b {GCC 5.4.0}
+        \li
+    \row \li Generic Linux
+        \li \c x86 and \c x86_64
+        \li GCC 4.8, GCC 4.9, GCC 5, GCC 6, GCC 7
+        \li
+\endtable
+//! [linux]
+
+\section2 \l{Qt for macOS}{\macos}
+//! [macos]
+\table 80%
+    \header \li Deployment Platform \li Architecture \li Development Environment
+    \row \li \macos 10.12, 10.13, \b 10.14
+        \li \c x86_64 and \c x86_64h
+        \li \b {Xcode 10} (10.14 SDK)
+\endtable
+//! [macos]
+
+\section2 \l{Qt for Windows}{Windows}
+//! [windows]
+\table 80%
+    \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 5.3
+        \li Tested on \e {Windows 10 Creators Update}
+    \row \li Windows 8.1
+        \li \c x86 and \c x86_64
+        \li MSVC 2017, \b {MSVC 2015}, MinGW 5.3
+        \li
+    \row \li Windows 7
+        \li \c x86 and \c x86_64
+        \li MSVC 2017, MSVC 2015, \b {MinGW 5.3}
+        \li \l{https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-posix/dwarf/i686-5.3.0-release-posix-dwarf-rt_v4-rev0.7z/download}{MinGW-builds gcc 5.3.0 (x86)}
+\endtable
+
+\br
+\l{Qt for WinRT} can also be used to build applications for Window desktop platforms.
+
+//! [windows]
+
+//! [desktop]
+
+\section1 Mobile Platforms
+//! [mobile]
 
-    \row \li {3,1} \header \li {2,1} \l {Qt for Linux/X11}{Linux/X11}
-         \li \l {Known Issues with GCC Compilers}{Known Issues}
-    \row \li openSUSE 13.1 (64-bit)
-         \li \b {GCC 4.8.1}
-         \li SUSE Linux 20130909
-    \row \li Red Hat Enterprise Linux 6.6 (64-bit)
-         \li \b {GCC 4.9.1}
-         \li Red Hat 4.9.1-10 20140922
-    \row \li Ubuntu 14.04 (64-bit)
-         \li \b {GCC 4.6.3}
-         \li Ubuntu/Linaro 4.6.3-1ubuntu5
-    \row \li Linux (32/64-bit)
-         \li GCC 4.8.1, GCC 4.9.1
-         \li
+\section2 \l{Qt for Android}{Android}
+//! [android]
+\table 80%
+    \header \li Platform Version \li Architecture \li Compiler \li Development Environment
+    \row \li Android 4.1, 5, 6, 7, 8 (API Level 16)
+        \li \c armv7 and \c x86
+        \li \b {GCC as provided by Google}, \b {MinGW 5.3}
+        \li \b {RHEL 7.2 (x86_64)}, \b{\macos 10.12}, \b {Windows 7 (x86_64)}
+\endtable
+//! [android]
+
+\section2 \l{Qt for iOS}{iOS/tvOS/watchOS}
+//! [ios]
+\table 80%
+    \header \li Deployment Platform \li Architecture \li Development Environment \li Notes
+    \row \li iOS 11, \b{iOS 12}
+        \li \c armv8 (\c arm64)
+        \li \b {Xcode 10} (iOS 12 SDK)
+        \li
+    \row \li tvOS 11, \b{tvOS 12}
+        \li \c armv8 (\c arm64)
+        \li \b {Xcode 10} (tvOS 12 SDK)
+        \li Technology Preview
+    \row \li watchOS 4, \b{watchOS 5}
+        \li \c armv7k
+        \li \b {Xcode 10} (watchOS 5 SDK)
+        \li Technology Preview. No UI.
+\endtable
+//! [ios]
+
+\section2 \l{Qt for WinRT}{WinRT}
+//! [winrt]
+\table 80%
+    \header \li Platform Version \li Architecture \li Compiler \li Development Environment
+    \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
+\endtable
+//! [winrt]
 
-    \row \li {3,1} \header \li {3,1} \l {Qt for macOS}{\macos}
-    \row \li \macos 10.8, \b 10.9, \b 10.10
-         \li \b clang-600.0.54
-         \li
-    \row \li \macos 10.7
-         \li i686-apple-darwin11-llvm-gcc-4.2
-         \li
+//! [mobile]
 
-    \row \li {3,1} \header \li {3,1}
-         \include supported-platforms.qdocinc embedded
-         and VxWorks (under a commercial license)
-    \row \li Embedded Linux (arm-gnueabi)
-         \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
-         \li Sourcery G++ Lite 2010q1-202, Ubuntu 14.04 (32-bit) host
-    \row \li Embedded Linux (iMX.6-armv7a)
-         \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
-         \li Sourcery G++ Lite 2010q1-202, Ubuntu 14.04 (64-bit) host
-    \row \li QNX 6.6.0 (armv7le and x86)
-         \li \b {As provided by QNX}
-         \li Hosts: \b {Ubuntu 14.04 host (64-bit)}, Windows
-    \row \li Windows Embedded 7 (armv4i)
-         \li \b {MSVC 2008}
-         \li Windows 7 host
+\section1 Embedded Platforms
+//! [embedded]
 
-    \row \li {3,1} \header \li {3,1}
-         \include supported-platforms.qdocinc mobile
-    \row \li Windows Phone 8.1 (arm)
-         \li \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li Windows Runtime (x86, \b x86_64, arm)
-         \li MSVC 2015, \b {MSVC 2013}
-         \li Hosts: \b {Windows 8.1}, Windows 10
-    \row \li iOS 5.1.1 and above
-         \li \b {Clang as provided by Apple}
-         \li \b {\macos host}
-    \row \li Android
-         \li \b {GCC as provided by Google}
-         \li Hosts: \b {Ubuntu 14.04 (64-bit)}, \macos, Windows
-    \endtable
+For embedded platform support, including \l{Qt for Embedded Linux}{Embedded Linux},
+\l{Qt for INTEGRITY}{INTEGRITY}, \l{Qt for QNX}{QNX}, and \l{Qt for VxWorks}{VxWorks},
+please consult the \l {http://doc.qt.io/QtForDeviceCreation}{Qt for Device Creation}
+documentation.
 
-//! [5.5]
+//! [embedded]
 
 //! [all]
+
 */
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 12526625c00a106274b387e5312566597167ec0b..458a7016f8a48e36d2a81e633375beed4c466c12 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -32,17 +32,21 @@
     \ingroup supportedplatform
 
     Qt's support for different Windows platforms is extensive and mature.
-    Before you get started, ensure that your development environment fulfills
-    the \l{Qt for Windows - Requirements}{requirements}.
 
-    The \e{Reference Configuration} section of the
-    \l{Community Supported Platforms#Reference Configurations}{supported platforms}
-    page contains a list of Windows versions and compilers tested to work with
-    Qt.
+    Before you get started,
+    ensure that your development environment fulfills
+    the \l{Qt for Windows - Requirements}{requirements}.
 
     To download and install Qt for Windows, follow the instructions on the
     \l{Getting Started with Qt} page.
 
+    \target windows-supported-configurations
+    \section1 Supported Configurations
+
+    The following configurations are supported.
+
+    \include supported-platforms.qdocinc windows
+
     \section1 Deployment and Other Issues
 
     The pages below covers specific issues and recommendations for creating
diff --git a/doc/src/platforms/winrt.qdoc b/doc/src/platforms/winrt.qdoc
index d42839a9a6f3bacea66040a55a7d66586fea58db..db45871e5e3d95acfdd75f2a8507842a4d2f6c7c 100644
--- a/doc/src/platforms/winrt.qdoc
+++ b/doc/src/platforms/winrt.qdoc
@@ -44,6 +44,13 @@
     run in a sandboxed environment for security reasons and support different
     architectures, such as ARM and x86.
 
+    \target winrt-supported-configurations
+    \section1 Supported Configurations
+
+    The following configurations are supported.
+
+    \include supported-platforms.qdocinc winrt
+
     \section1 Requirements
 
     Development for Windows Runtime requires a Microsoft Windows development host.