summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-02-06 14:18:30 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-02-15 10:29:31 +0000
commit138c34c26834d80ea364d0b681b2b9db73c7c766 (patch)
tree85a4536909f207202e18a9b4500d0d77b3ace35e
parent375bfce2b0f8ee93578ee3fd31cd0cc801c00c08 (diff)
downloadqtdoc-138c34c26834d80ea364d0b681b2b9db73c7c766.tar.gz
Remove Windows Phone being mentioned in Qt 5.9 docs
The support for this platform was removed. Change-Id: I1f545323564d3eb159f7bededb3fe1012969679d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--doc/src/platforms/winrt.qdoc28
-rw-r--r--doc/src/qt5-intro.qdoc4
2 files changed, 14 insertions, 18 deletions
diff --git a/doc/src/platforms/winrt.qdoc b/doc/src/platforms/winrt.qdoc
index 0068831d..d42839a9 100644
--- a/doc/src/platforms/winrt.qdoc
+++ b/doc/src/platforms/winrt.qdoc
@@ -32,9 +32,8 @@
\ingroup supportedplatform
Qt for WinRT allows you to run Qt applications on devices supporting the
- Windows Store App APIs. This includes Modern UI applications in Windows 8.1
- and up, as well as devices running Windows RT 8.1 and Windows Phone 8.1
- and up.
+ Windows Store App APIs. This covers Modern UI applications on Windows 10,
+ Windows 10 Mobile and Windows 10 IoT.
Microsoft introduced a new design paradigm with the Windows 8 Modern UI. A
core part of this new approach is Windows Runtime (WinRT) that supports
@@ -48,7 +47,7 @@
\section1 Requirements
Development for Windows Runtime requires a Microsoft Windows development host.
- The minimum version supported is Windows 8.1.
+ The minimum version supported is Windows 10.
Depending on your device target you will need the following tools provided
by Microsoft to be installed:
@@ -58,25 +57,22 @@
\li Device Target
\li Environment
\row
- \li Windows 8.1 Modern UI
- \li Visual Studio 2013 for Windows
+ \li Windows 10 Mobile
+ \li Visual Studio 2015
\row
- \li Windows RT
- \li Visual Studio 2013 for Windows
+ \li Windows 10 Desktop
+ \li Visual Studio 2015
\row
- \li Windows Phone 8.1
- \li Visual Studio 2013 for Windows Phone
+ \li Windows 10 IoT
+ \li Visual Studio 2015
\row
- \li Windows 10
+ \li XBox One
\li Visual Studio 2015
\endtable
If you are targeting a remote device, please follow all instructions by
Visual Studio to set it up correctly.
- If you are targeting an emulator for Windows Phone, Windows 8.1 Pro is
- required by Microsoft to launch the emulator itself.
-
\section1 Getting Started
\section2 Notes to Desktop Users
@@ -164,7 +160,7 @@
Please make sure to use an x86 command prompt (either use the \e {VS x86 Native
Tools Command Prompt} or call \e vcvarsall.bat without any parameter or with \c x86)
- for every WinRT/Windows Phone build. While the toolchain which is used for the
+ for every WinRT build. While the toolchain which is used for the
target is set automatically, the command prompt decides what will be used for the
host tools like \e qmake or \e moc. Building these tools might fail if another
command prompt is used.
@@ -214,7 +210,7 @@
\endcode
\note \l{winrtrunner}{The WinRT Runner Tool} can perform the same operation with the --install option.
- If that worked, you should be able to find your application in Windows 8.1's
+ If that worked, you should be able to find your application in Windows'
start screen. To remove your application, use Windows' built-in way to
uninstall applications (right-click or tap and hold the application and
choose \c{Uninstall}).
diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc
index d1941e43..9aee699c 100644
--- a/doc/src/qt5-intro.qdoc
+++ b/doc/src/qt5-intro.qdoc
@@ -61,8 +61,8 @@
<table style="background:transparent; border: none">
<tr><td style="width:50%; border: none; vertical-align: top">
\endraw
- Qt now comes with production-ready ports for Android, iOS, and WinRT
- (including Windows Phone 8). Extensive work has gone into these platform
+ Qt now comes with production-ready ports for Android, iOS, and WinRT.
+ Extensive work has gone into these platform
ports, which now extend Qt’s multi-platform promise to cover desktop,
embedded, and mobile platforms.
\raw HTML