summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-02-08 16:12:30 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-10 13:11:50 +0000
commit2479b039d195477fa2e24fde44ab1ff4a9758330 (patch)
tree2cd383871ff8be5056de6606194031d1d6666b0c
parent4e1f043b1f3a9574c949353d98a76d9c9abe1b50 (diff)
downloadqtdoc-2479b039d195477fa2e24fde44ab1ff4a9758330.tar.gz
Doc: Update supported platforms information
Remove the separate table of reference configurations, and include the list of supported platforms/configurations that was previously maintained separately outside of this repository. The supported configurations are now listed in a single file, supported-platforms.qdocinc, and included into the main 'Supported Platforms' page. Separate sections linking to different platform pages are removed, and replaced with the links within the supported configurations table headers. Change-Id: I991e4ee2c69c3e8992b34289cb869f53521a05be Reviewed-by: Sami Makkonen <sami.makkonen@theqtcompany.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/platforms/supported-platforms.qdoc136
-rw-r--r--doc/src/platforms/supported-platforms.qdocinc449
2 files changed, 484 insertions, 101 deletions
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index 516d1917..9b20af33 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -26,9 +26,9 @@
****************************************************************************/
/*!
- \keyword Supported Platforms
+ \keyword Community Supported Platforms
\page supported-platforms.html
- \title Community Supported Platforms
+ \title Supported Platforms
\brief The platforms supported by Qt.
Qt is a commercial and open source licensed cross-platform application
@@ -48,102 +48,24 @@
\l [QtWidgets] {Qt Widgets}{Widgets} can be used without
hardware acceleration.
- Not all platforms supported by the Community are supported by The
- Qt Company, and vice versa.
-
- \list
- \li \l {Officially Supported Platforms} - Platforms supported
- by The Qt Company.
- \endlist
-
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.
- \section1 Desktop Platforms
+ \section1 Supported Configurations
- You can develop with Qt for the following desktop platforms:
+ 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.
- \list
- \li \l{Qt for Windows}{Windows}
- \li \l{Qt for Linux/X11}{Linux/X11}
- \li \l{Qt for OS X}{OS X}
- \endlist
- \section1 Embedded Platforms
- You can develop with Qt for the following embedded platforms:
- \list
- \li \l{Qt for Embedded Linux}{Embedded Linux}
- \li \l{Windows CE - Introduction to using Qt}{Windows Embedded (Compact and Standard)}
- \li Real-Time Operating Systems, such as \l{QNX}, VxWorks and INTEGRITY
- \endlist
+ \include supported-platforms.qdocinc latest
+ In the above table, the configurations in \b bold are \e {reference
+ configurations}.
- \section1 Mobile Platforms
+ \section2 Reference Configurations
- You can develop with Qt for the following mobile platforms supported
- by The Qt Company:
-
- \list
- \li \l{Qt for Android}{Android}
- \li \l{Qt for iOS}{iOS}
- \li \l{Qt for WinRT}{WinRT} (including Windows Phone)
- \endlist
-
- The following platforms also support Qt:
-
- \list
- \li \l{Sailfish OS}
- \endlist
-
- Work in progress ports of Qt exist for:
-
- \list
- \li \l{Tizen}
- \endlist
-
- For more information about the Qt modules for mobile platforms, visit
- the \l{Mobile APIs} page.
-
- \section1 Reference Configurations
-
- A \e {reference configuration} is a combination of an operating system version,
- a compiler version, and a graphics system. The following table lists the
- configurations that are tested by the Qt Project:
-
- \table
- \header \li Platform
- \li Compiler
- \row \li Ubuntu Linux 14.04, X11 (64-bit)
- \li As provided by Ubuntu
- \row \li RedHat 6.6, X11 (64-bit)
- \li As provided by Red Hat
- \row \li openSUSE 13.1, X11 (64-bit)
- \li As provided by SUSE
- \row \li Microsoft Windows 7 (32-bit)
- \li MSVC 2010 SP1
- \row \li Microsoft Windows 7 (32-bit)
- \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 Microsoft Windows 8.1 (32-bit and 64-bit)
- \li MSVC 2012 SP2
- \row \li Microsoft Windows 8.1 (32-bit and 64-bit)
- \li MSVC 2013 SP3
- \row \li Microsoft Windows Phone 8.1 (64-bit)
- \li MSVC 2013 SP3
- \row \li Microsoft Windows Runtime 8.1 (64-bit)
- \li MSVC 2013 SP3
- \row \li Apple OS X 10.8 "Mountain Lion", Cocoa (64-bit)
- \li Clang as provided by Apple
- \row \li Apple OS X 10.9 "Mavericks", Cocoa (64-bit)
- \li Clang as provided by Apple
- \row \li Apple OS X 10.10 "Yosemite", Cocoa (64-bit)
- \li Clang as provided by Apple
- \row \li Apple iOS 8 (64-bit)
- \li Clang as provided by Apple
- \row \li Google Android 4.4
- \li As provided by Google (Android NDK Revision 10c)
- \endtable
-
- These reference configurations are run on the continuous integration (CI)
+ The reference configurations are run on the continuous integration (CI)
system within Qt Project. In addition, they are subjected to unit test suite
and other internal testing tools on a frequent basis (prior to new version
releases, source tree branching, and at other significant period points in
@@ -157,19 +79,12 @@
sufficient effort is made to bring continuous integration to an acceptable
state for that particular configuration.
- In addition to the reference platforms Qt is occasionally tested on other
- configurations in which it is known to run well. These include, for example:
+ The following page lists the configurations supported by The
+ Qt Company for each released Qt version:
- \table
- \header \li Platform
- \li Compiler
- \row \li Ubuntu Linux 11.10, X11 (32-bit and 64-bit)
- \li As provided by Ubuntu
- \row \li Microsoft Windows CE 7.0
- \li MSVC 2008 SP1
- \row \li Apple OS X 10.7 "Lion", Cocoa (64-bit)
- \li Clang as provided by Apple
- \endtable
+ \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
@@ -206,3 +121,22 @@
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.
+
+ \b {See also}: \l {http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
+ {Qt for Device Creation: Supported Platforms}.
+
+ \include supported-platforms.qdocinc all
+*/
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
new file mode 100644
index 00000000..6b291e14
--- /dev/null
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -0,0 +1,449 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+//! [embedded]
+\l {Qt for Embedded Linux}{Embedded Linux},
+\l {Windows CE - Introduction to using Qt}{Windows Embedded (Compact and Standard)},
+\l {QNX},
+VxWorks
+//! [embedded]
+
+//! [mobile]
+\l {Qt for Android}{Android},
+\l {Qt for iOS}{iOS},
+\l {Qt for WinRT}{WinRT}
+//! [mobile]
+
+//! [all]
+ \section1 Qt 5.6
+
+//! [5.6] //! [latest]
+ \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}
+ \li
+ \row \li Windows 10 (32-bit)
+ \li MSVC 2015
+ \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 {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 OS X}{OS X} \li
+ \row \li Apple OS X \b 10.8, \b 10.9, \b 10.10, 10.11
+ \li \b {Clang as provided by Apple}
+ \li
+
+ \row \li {3,1} \header \li {3,1} Embedded Platforms:
+ \include supported-platforms.qdocinc embedded
+ \li
+ \row \li Embedded Linux (iMX.6-armv7a)
+ \li \b {arm-poky-linux-gnueabi-gcc 4.9.1}
+ \li Yocto Project 1.7 'Dizzy', Ubuntu 14.04 (64-bit) host
+ \row \li Embedded Linux (arm-gnueabi)
+ \li arm-none-linux-gnueabi-gcc-4.4.1
+ \li Sourcery G++ Lite 2010q1-202, Ubuntu 14.04 (32-bit) host
+ \row \li QNX 6.6.0 (armv7le and x86)
+ \li \b {As provided by QNX}
+ \li Ubuntu 14.04 (64-bit) host
+ \row \li Windows Embedded 7 (armv4i)
+ \li MSVC 2008
+ \li Windows 7 host
+
+ \row \li {3,1} \header \li {3,1} Mobile Platforms:
+ \include supported-platforms.qdocinc mobile
+ \li
+ \row \li Windows Phone (arm)
+ \li \b {MSVC 2013}
+ \li Windows 8.1 host
+ \row \li Windows Runtime (64-bit)
+ \li \b {MSVC 2013}
+ \li Windows 8.1 host
+ \row \li iOS 8.1 - OS X 10.9 host
+ \li \b {Clang as provided by Apple}
+ \row \li Google Android (API Level: 22)
+ \li \b {As provided by Google}
+ \li Hosts: \b {Ubuntu 14.04 (64-bit)}, OS X 10.9, Windows 7, Windows 8
+ \endtable
+
+//! [5.6] //! [latest]
+
+ \section1 Qt 5.5
+//! [5.5]
+
+ \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
+
+ \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 OS X}{OS X}
+ \row \li OS X 10.8, \b 10.9, \b 10.10
+ \li \b clang-600.0.54
+ \li
+ \row \li OS X 10.7
+ \li i686-apple-darwin11-llvm-gcc-4.2
+ \li
+
+ \row \li {3,1} \header \li {3,1} Embedded Platforms:
+ \include supported-platforms.qdocinc embedded
+ \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 Ubuntu 14.04 host (64-bit)
+ \row \li Windows Embedded 7 (armv4i)
+ \li \b {MSVC 2008}
+ \li Windows 7 host
+
+ \row \li {3,1} \header \li {3,1} Mobile Platforms:
+ \include supported-platforms.qdocinc mobile
+ \row \li Windows Phone (arm)
+ \li \b {MSVC 2013}
+ \li Windows 8.1 host
+ \row \li Windows Runtime (64-bit)
+ \li \b {MSVC 2013}
+ \li Windows 8.1 host
+ \row \li iOS 8.1
+ \li \b clang-600.0.54
+ \li OS X 10.9 host
+ \row \li Google Android
+ \li \b {As provided by Google}
+ \li Hosts: \b {Ubuntu 14.04 (64-bit)}, OS X 10.9, Windows 7, Windows 8
+ \endtable
+
+//! [5.5]
+
+ \section1 Qt 5.4
+//! [5.4]
+ \b {Supported until 01.07.2017}
+
+ \table 80%
+ \header \li Platform \li Compiler \li Notes
+ \header \li {3,1} \l {Qt for Windows}{Windows}
+ \row \li Windows 8 (64-bit)
+ \li \b {MSVC 2013}, \b {MSVC 2012}, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 8 (32-bit)
+ \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 7 (64-bit)
+ \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 7 (32-bit)
+ \li MSVC 2013, MSVC 2012, \b {MSVC 2010}, \b {MinGW 4.8}, \b {MinGW 4.7}
+ \li
+ \row \li Windows Vista 32/64bit
+ \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows XP (32-bit)
+ \li \li Deployment only
+
+ \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.5 (64-bit)
+ \li \b {GCC 4.4.7}
+ \li Red Hat 4.4.7-4 20120313
+ \row \li Ubuntu 12.04 (64-bit)
+ \li \b {GCC 4.6.3}
+ \li Ubuntu/Linaro 4.6.3-1ubuntu5
+ \row \li Ubuntu 11.10 (32/64-bit)
+ \li \b {GCC 4.6.1}
+ \li Ubuntu/Linaro 4.6.1-9ubuntu3
+ \row \li Linux (32/64-bit)
+ \li GCC 4.8.1
+ \li
+
+ \row \li {3,1} \header \li {3,1} \l {Qt for OS X}{OS X}
+ \row \li OS X 10.8, \b 10.9, \b 10.10
+ \li \b clang-600.0.54
+ \li
+ \row \li OS X 10.7
+ \li \b i686-apple-darwin11-llvm-gcc-4.2
+ \li
+
+ \row \li {3,1} \header \li {3,1} Embedded Platforms:
+ \include supported-platforms.qdocinc embedded
+ \row \li Embedded Linux (arm-gnueabi)
+ \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
+ \li Sourcery G++ Lite 2010q1-202, Ubuntu 11.10 (32-bit) host
+ \row \li Embedded Linux (iMX.6-armv7a)
+ \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
+ \li ourcery G++ Lite 2010q1-202, Ubuntu 12.04 (64-bit) host
+ \row \li QNX 6.6.0 (armv7le and x86)
+ \li \b {As provided by QNX}
+ \li Ubuntu 12.04 (64-bit) host
+ \row \li Windows Embedded 7 (armv4i)
+ \li \b {MSVC 2008}
+ \li Windows 7 host
+
+ \row \li {3,1} \header \li {3,1} Mobile Platforms:
+ \include supported-platforms.qdocinc mobile
+ \row \li Windows Phone (arm)
+ \li \b {MSVC 2013}
+ \li Windows 8 host
+ \row \li Windows Runtime (64-bit)
+ \li \b {MSVC 2013}
+ \li Windows 8 host
+ \row \li iOS 8.1
+ \li \b clang-600.0.54
+ \li OS X 10.9 host
+ \row \li Google Android
+ \li \b {As provided by Google}
+ \li Hosts: \b {Ubuntu 12.04 (64-bit)}, OS X 10.9, Windows 7, Windows 8
+ \endtable
+
+//! [5.4]
+
+ \section1 Qt 5.3
+//! [5.3]
+ \b {Supported until 10.12.2016}
+
+ \table 80%
+ \header \li Platform \li Compiler \li Notes
+ \header \li {3,1} \l {Qt for Windows}{Windows}
+ \row \li Windows 8 (64-bit)
+ \li \b {MSVC 2013}, \b {MSVC 2012}, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 8 (32-bit)
+ \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 7 (64-bit)
+ \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 7 (32-bit)
+ \li MSVC 2013, MSVC 2012, \b {MSVC 2010}, \b {MinGW 4.8}, \b {MinGW 4.7}
+ \li
+ \row \li Windows Vista (32/64-bit)
+ \li MSVC 2013, MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows XP (32-bit)
+ \li \li Deployment only
+
+ \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.5 (64-bit)
+ \li \b {GCC 4.4.7}
+ \li Red Hat 4.4.7-4 20120313
+ \row \li Ubuntu 12.04 (64-bit)
+ \li \b {GCC 4.6.3}
+ \li Ubuntu/Linaro 4.6.3-1ubuntu5
+ \row \li Ubuntu 11.10 (32/64-bit)
+ \li \b {GCC 4.6.1}
+ \li Ubuntu/Linaro 4.6.1-9ubuntu3
+ \row \li Linux (32/64-bit)
+ \li GCC 4.6.1, GCC 4.6.3, GCC 4.8.1
+ \li
+
+ \row \li {3,1} \header \li {3,1} \l {Qt for OS X}{OS X}
+ \row \li OS X \b 10.8, \b 10.9, 10.10
+ \li \b clang-600.0.54
+ \li
+ \row \li OS X 10.7
+ \li \b i686-apple-darwin11-llvm-gcc-4.2
+ \li
+ \row \li OS X 10.6
+ \li \li Deployment only
+
+ \row \li {3,1} \header \li {3,1} Embedded Platforms:
+ \include supported-platforms.qdocinc embedded
+ \row \li Embedded Linux (arm-gnueabi)
+ \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
+ \li Sourcery G++ Lite 2010q1-202, Ubuntu 11.10 host (32-bit)
+ \row \li Embedded Linux (iMX.6-armv7a)
+ \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
+ \li Sourcery G++ Lite 2010q1-202, Ubuntu 12.04 host (64-bit)
+ \row \li QNX 6.6.0 (armv7le and x86)
+ \li \b {As provided by QNX}
+ \li Ubuntu 12.04 host (64-bit)
+ \row \li Windows Embedded 7 (armv4i)
+ \li \b {MSVC 2008}
+ \li Windows 7 host
+
+ \row \li {3,1} \header \li {3,1} Mobile Platforms:
+ \include supported-platforms.qdocinc mobile
+ \row \li Windows Phone (arm)
+ \li \b {MSVC 2013}
+ \li Windows 8 host
+ \row \li Windows Runtime (64-bit)
+ \li \b {MSVC 2013}
+ \li Windows 8 host
+ \row \li iOS 8.1
+ \li \b clang-600.0.54
+ \li OS X 10.9 host
+ \row \li Google Android
+ \li \b {As provided by Google}
+ \li Hosts: \b {Ubuntu 12.04 (64-bit)}, OS X 10.9, Windows 7, Windows 8
+ \endtable
+
+//! [5.3]
+
+ \section1 Qt 5.2
+//! [5.2]
+ \b {Supported until 20.05.2016}
+
+ \table 80%
+ \header \li Platform \li Compiler \li Notes
+ \header \li {3,1} \l {Qt for Windows}{Windows}
+ \row \li Windows 8 (64-bit)
+ \li \b {MSVC 2012}, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 8 (32-bit)
+ \li MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 7 (64-bit)
+ \li MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows 7 (32-bit)
+ \li \b {MSVC 2012}, \b {MSVC 2010}, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows Vista (32/64-bit)
+ \li MSVC 2012, MSVC 2010, MinGW 4.8, MinGW 4.7
+ \li
+ \row \li Windows XP (32-bit)
+ \li \li Deployment only
+
+ \row \li {3,1} \header \li {3,1} \l {Qt for Linux/X11}{Linux/X11}
+ \row \li Ubuntu 12.04 (64-bit)
+ \li \b {GCC 4.6.3}
+ \li Ubuntu/Linaro 4.6.3-1ubuntu5
+ \row \li Ubuntu 11.10 (32/64-bit)
+ \li \b {GCC 4.6.1}
+ \li Ubuntu/Linaro 4.6.1-9ubuntu3
+ \row \li Linux (32/64-bit)
+ \li GCC 4.6.1, GCC 4.6.3, GCC 4.8.1
+ \li
+
+ \row \li {3,1} \header \li {3,1} \l {Qt for OS X}{OS X}
+ \row \li OS X \b 10.8, \b 10.9
+ \li \b clang-600.0.54
+ \li
+ \row \li OS X \b 10.7
+ \li \b i686-apple-darwin11-llvm-gcc-4.2
+ \li
+ \row \li OS X 10.6
+ \li \li Deployment only
+
+ \row \li {3,1} \header \li {3,1} Embedded Platforms:
+ \include supported-platforms.qdocinc embedded
+ \row \li Embedded Linux (arm-gnueabi)
+ \li \b {arm-none-linux-gnueabi-gcc-4.4.1}
+ \li Sourcery G++ Lite 2010q1-202, Ubuntu 11.10 (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 12.04 (64-bit) host
+ \row \li Windows Embedded 7 (armv4i)
+ \li \b {MSVC 2008}
+ \li Windows 7 host
+
+ \row \li {3,1} \header \li {3,1} Mobile Platforms:
+ \include supported-platforms.qdocinc mobile
+ \row \li Windows Phone (arm)
+ \li \b {MSVC 2013}
+ \li Windows 8 host
+ \row \li Windows Runtime (64-bit)
+ \li \b {MSVC 2013}
+ \li Windows 8 host
+ \row \li iOS 7
+ \li \b clang-600.0.54
+ \li OS X 10.9 host
+ \row \li Google Android
+ \li \b {As provided by Google}
+ \li Hosts: \b {Ubuntu 12.04 (64-bit)}, OS X 10.9, Windows 7, Windows 8
+ \endtable
+//! [5.2]
+//! [all]
+*/