From f822f0944a5bc6710df173f3fec67ae1e364ab85 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Mon, 19 Sep 2016 13:00:11 +0200 Subject: Fix list of supported compilers on Windows 10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I547c51f0da75bcae5b7266f76deeae9d60bc1dc3 Reviewed-by: Friedemann Kleint Reviewed-by: Topi Reiniö Reviewed-by: Alex Blasche --- doc/src/platforms/supported-platforms.qdocinc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc index 71e622ced..f6b28c6cf 100644 --- a/doc/src/platforms/supported-platforms.qdocinc +++ b/doc/src/platforms/supported-platforms.qdocinc @@ -48,10 +48,11 @@ Mobile Platforms: \l {Qt for Android}{Android}, \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 \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 + \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, -- cgit v1.2.3 From 59871d2f3bdc1297696ad938fa79d891f086d8e9 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 26 Sep 2016 16:23:34 +0200 Subject: Remove claim we support iOS 5.0 Removed the explicit mentioning of 5.0 and replaced it with a link to the official list of supported platforms. This reduces the risk of forgetting left over version indications. The same treatment was given to the device list. We only mention the general type of device from now on. The assumption is that both conditions together, device type and minimum OS version, will define the list of supported devices. Change-Id: Ia9f318ad1f1952025e3736589749943193172d86 Reviewed-by: Jake Petroules --- doc/src/platforms/ios.qdoc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc index 44f056cc0..187bccca9 100644 --- a/doc/src/platforms/ios.qdoc +++ b/doc/src/platforms/ios.qdoc @@ -42,15 +42,14 @@ using either Xcode or Qt Creator. We will look at that in more detail in the next section. - The minimum deployment target for Qt applications is iOS 5.0. Qt - then supports the following devices (iOS might need to be upgraded - on some devices). + The minimum deployment target for Qt applications is specified in + \l {Supported Platforms}. Qt then supports the following device types + (iOS might need to be upgraded on some devices). \list - \li iPhone 3GS and later - \li iPod Touch third and later generations - \li iPad 2 and later - \li iPad Mini + \li iPhone + \li iPod Touch + \li iPad \endlist \section2 Setting Up the Development Environment -- cgit v1.2.3