summaryrefslogtreecommitdiff
path: root/doc/src/winrt/creator-winrt.qdoc
blob: 58228be6e55a25224cd51b85495438fe55fc0d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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 {Qt Creator Manual}
    \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 Windows 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

*/