forked from qt-creator/qt-creator
Doc: Windows Runtime renamed as UWP
To reflect the change in Qt installers since 5.9. Change-Id: I685c32c168e95e76ae3d81b87d4d10a5092e7a8a Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
This commit is contained in:
Vendored
+1
-1
@@ -172,7 +172,7 @@ Remote Linux
|
||||
|
||||
* Added support for `ssh-agent` (QTCREATORBUG-16245)
|
||||
|
||||
WinRT
|
||||
Universal Windows Platform
|
||||
|
||||
* Fixed deployment to Windows 10 Mobile devices (QTCREATORBUG-18728)
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB |
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Copyright (C) 2017 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -82,11 +82,12 @@
|
||||
supported for QNX Neutrino devices, and requires the QNX SDK to be
|
||||
installed on the development PC.
|
||||
|
||||
\li \l{Connecting Windows Runtime Devices}
|
||||
\li \l{Connecting UWP Devices}
|
||||
|
||||
You can build Windows Store Apps and run them on Windows Phones, the
|
||||
Windows Phone Emulator, or the Windows computer in Modern UI mode.
|
||||
You can install the necessary tool chains as part of Qt 5.3.
|
||||
You can build applications for the Universal Windows Platform (UWP)
|
||||
and run them on any Windows 10 devices, such as PC, tablet, or
|
||||
phone. You can install the necessary tool chains as part of Qt 5.9
|
||||
or later.
|
||||
|
||||
\endlist
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
/*!
|
||||
\contentspage {Qt Creator Manual}
|
||||
\previouspage creator-developing-winrt.html
|
||||
\previouspage creator-developing-uwp.html
|
||||
\page creator-build-process-customizing.html
|
||||
\nextpage creator-testing.html
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
\contentspage {Qt Creator Manual}
|
||||
\previouspage creator-developing-ios.html
|
||||
\page creator-developing-qnx.html
|
||||
\nextpage creator-developing-winrt.html
|
||||
\nextpage creator-developing-uwp.html
|
||||
|
||||
\title Connecting QNX Devices
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
\li \l{Connecting Embedded Linux Devices}
|
||||
\li \l{Connecting iOS Devices}
|
||||
\li \l{Connecting QNX Devices}
|
||||
\li \l{Connecting Windows Runtime Devices}
|
||||
\li \l{Connecting UWP Devices}
|
||||
\endlist
|
||||
\li \l{Customizing the Build Process}
|
||||
\endlist
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Copyright (C) 2017 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -27,29 +27,30 @@
|
||||
|
||||
\contentspage {Qt Creator Manual}
|
||||
\previouspage creator-developing-qnx.html
|
||||
\page creator-developing-winrt.html
|
||||
\page creator-developing-uwp.html
|
||||
\nextpage creator-build-process-customizing.html
|
||||
|
||||
\title Connecting Windows Runtime Devices
|
||||
\title Connecting UWP Devices
|
||||
|
||||
You can build Windows Store Apps and run them on Windows Phones, Windows
|
||||
Phone Emulator, or the Windows computer in Modern UI mode.
|
||||
You can build applications for the Universal Windows Platform (UWP) and run
|
||||
them on any Windows 10 devices, such as PC, tablet, or phone.
|
||||
|
||||
\QC uses the integrated \c windeployqt and \c winrtrunner tools to deploy
|
||||
and run applications. You can also run the tools manually from the command
|
||||
line.
|
||||
|
||||
The Qt 5.3 installer adds Windows Runtime and Windows Phone Qt versions to
|
||||
\QC and creates the necessary kits.
|
||||
Since 5.3, the Qt installers add the Windows Runtime and Windows Phone Qt
|
||||
versions to \QC and create the necessary kits. In Qt 5.9, the packages were
|
||||
renamed as UWP packages.
|
||||
|
||||
\image creator-winrt-kits.png "WinRT kits"
|
||||
\image creator-uwp-kits.png "UWP kits"
|
||||
|
||||
To connect Windows Runtime devices:
|
||||
To connect UWP devices:
|
||||
|
||||
\list 1
|
||||
|
||||
\li Select \uicontrol Help > \uicontrol {About Plugins} > \uicontrol {Device Support} >
|
||||
\uicontrol WinRT to enable the experimental Windows Runtime plugin.
|
||||
\uicontrol WinRT to enable the experimental UWP plugin.
|
||||
|
||||
\li Restart \QC to be able to use the plugin.
|
||||
|
||||
@@ -61,9 +62,8 @@
|
||||
device.
|
||||
|
||||
\li Select \uicontrol Projects > \uicontrol {Build & Run} to
|
||||
enable a kit for building applications and running them on Windows
|
||||
Runtime devices (the local computer, for now), Windows Phones,
|
||||
or the Windows Phone emulator.
|
||||
enable a kit for building applications and running them on UWP
|
||||
devices.
|
||||
|
||||
\endlist
|
||||
|
||||
Reference in New Issue
Block a user