forked from qt-creator/qt-creator
Doc: using experimental WinRT plugin
Change-Id: I669048c839dc7d78984923b21f6bfba69d551a43 Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
This commit is contained in:
BIN
doc/images/creator-winrt-kits.png
Normal file
BIN
doc/images/creator-winrt-kits.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
@@ -84,6 +84,12 @@
|
||||
requires the BlackBerry NDK or the QNX SDK to be installed on the
|
||||
development PC.
|
||||
|
||||
\li \l{Connecting Windows Runtime 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.
|
||||
|
||||
\endlist
|
||||
|
||||
*/
|
||||
|
@@ -16,6 +16,8 @@
|
||||
|
||||
\li QNX
|
||||
|
||||
\li Windows Runtime (including Windows Phone)
|
||||
|
||||
\endlist
|
||||
|
||||
The following table summarizes operating system support for developing
|
||||
@@ -55,6 +57,11 @@
|
||||
\li Yes
|
||||
\li Yes
|
||||
\li Yes (see \l{Running on QNX Devices} for limitations)
|
||||
\row
|
||||
\li Windows Runtime
|
||||
\li No
|
||||
\li No
|
||||
\li Yes
|
||||
\endtable
|
||||
|
||||
\note Symbian support has been removed from \QC 2.6. To develop for Symbian,
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
/*!
|
||||
\contentspage index.html
|
||||
\previouspage creator-developing-qnx.html
|
||||
\previouspage creator-developing-winrt.html
|
||||
\page creator-build-process-customizing.html
|
||||
\nextpage creator-testing.html
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
\contentspage index.html
|
||||
\previouspage creator-developing-ios.html
|
||||
\page creator-developing-qnx.html
|
||||
\nextpage creator-build-process-customizing.html
|
||||
\nextpage creator-developing-winrt.html
|
||||
|
||||
\title Connecting QNX Devices
|
||||
|
||||
|
@@ -227,6 +227,7 @@
|
||||
\li \l{Connecting Embedded Linux Devices}
|
||||
\li \l{Connecting iOS Devices}
|
||||
\li \l{Connecting QNX Devices}
|
||||
\li \l{Connecting Windows Runtime Devices}
|
||||
\endlist
|
||||
\li \l{Customizing the Build Process}
|
||||
\endlist
|
||||
|
69
doc/src/winrt/creator-winrt.qdoc
Normal file
69
doc/src/winrt/creator-winrt.qdoc
Normal file
@@ -0,0 +1,69 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (c) 2014 Digia Plc and/or its subsidiary(-ies).
|
||||
** Contact: http://www.qt-project.org/legal
|
||||
**
|
||||
** This file is part of Qt Creator
|
||||
**
|
||||
**
|
||||
** GNU Free Documentation License
|
||||
**
|
||||
** 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.
|
||||
**
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
/*!
|
||||
|
||||
\contentspage index.html
|
||||
\previouspage creator-developing-qnx.html
|
||||
\page creator-developing-winrt.html
|
||||
\nextpage creator-build-process-customizing.html
|
||||
|
||||
\title Connecting Windows Runtime Devices
|
||||
|
||||
You can build Windows Store Apps and run them on Windows Phones, Windows
|
||||
Phone Emulator, or the Windows computer in Modern UI mode.
|
||||
|
||||
\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.
|
||||
|
||||
\image creator-winrt-kits.png "WinRT kits"
|
||||
|
||||
To connect Windows Runtime devices:
|
||||
|
||||
\list 1
|
||||
|
||||
\li Select \gui Help > \gui {About Plugins} > \gui {Device Support} >
|
||||
\gui WinRT to enable the experimental Winows Runtime plugin.
|
||||
|
||||
\li Restart \QC to be able to use the plugin.
|
||||
|
||||
\li To specify build settings:
|
||||
|
||||
\list 1
|
||||
|
||||
\li Open a project for an application you want to develop for the
|
||||
device.
|
||||
|
||||
\li Select \gui Projects > \gui {Build & Run} > \gui {Add Kit} to
|
||||
add a kit for building and running applications on Windows
|
||||
Runtime devices (the local computer, for now) Windows Phones,
|
||||
or the Windows Phone emulator.
|
||||
|
||||
\endlist
|
||||
|
||||
\li Select \gui Run to specify run settings.
|
||||
|
||||
Usually, you can use the default settings.
|
||||
|
||||
\endlist
|
||||
|
||||
*/
|
Reference in New Issue
Block a user