summaryrefslogtreecommitdiff
path: root/doc/src/overview/creator-deployment-overview.qdoc
blob: 66766491444619d132b155475a8f9aec620de721 (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
/****************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
**
** 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.
**
** If you have questions regarding the use of this file, please contact
** Nokia at info@qt.nokia.com.
**
****************************************************************************/

// **********************************************************************
// NOTE: the sections are not ordered by their logical order to avoid
// reshuffling the file each time the index order changes (i.e., often).
// Run the fixnavi.pl script to adjust the links to the index order.
// **********************************************************************

/*!
    \contentspage index.html
    \previouspage creator-running-valgrind-remotely.html
    \page creator-deployment.html
    \nextpage creator-deployment-symbian.html

    \title Deploying Applications to Mobile Devices

    Deploy configurations in the \gui Project mode \gui {Run Settings} handle
    the packaging of the application as an executable and copying it to a
    location you want to run the executable at. The files can be copied to a
    location in the file system of the development PC or a mobile device.

    When you are ready to publish the application on a publishing channel, you
    must make sure that the installation file meets the requirements for
    publishing and installing applications to the target devices. The following
    sections describe the steps that you have to take to create installation
    packages for publishing on different channels:

    \if defined(qcmanual)
    \list
        \o  \l{Deploying Applications to Symbian Devices}
        \o  \l{Deploying Applications to Maemo or MeeGo Harmattan Devices}
        \o  \l{Publishing Maemo Applications to Extras-devel}
        \o  \l{Publishing Applications to Ovi Store}
        \o  \l{Building with Remote Compiler}

    \endlist
    \endif
*/