summaryrefslogtreecommitdiff
path: root/doc/src/projects/creator-projects-building-running.qdoc
blob: 5524c3a1724b58433146672fca0818c0ee052e42 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/****************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@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 qt-info@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-mime-types.html
    \page creator-building-running.html
    \nextpage creator-building-targets.html

    \title Building and Running

    \image creator_buildingrunning.png

    \QC provides support for building, running, and deploying Qt applications
    for different \l{glossary-development-target}{targets}.

    \list
        \o  \l{Building for Multiple Targets}

            \e {Build configurations} contain everything you need to compile
            the sources into binaries.

        \o  \l{Running on Multiple Targets}

            \e {Run configurations} start the application in the location
            where it was copied by the \e{deploy configuration}. By default,
            when you select the \gui Run function, \QC builds the project,
            deploys it to the selected target, and runs it there. However,
            if you have not made any changes to the project since you last
            built and deployed it, \QC simply runs it again.

        \o  \l{Deploying to Mobile Devices}

            \e {Deploy configurations} handle the packaging and copying of
            the necessary files 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.

        \o  \l{Connecting Mobile Targets}

            When you install tool chains for build targets as part of the \QSDK,
            the build and run settings for mobile device targets are set up
            automatically. However, you might need to install and configure some
            additional software on the devices to be able to connect to them
            from the development PC.

    \endlist

    \section1 Related Topics

    \list

        \o  \l{Customizing the Build Process}

            By default, running an application also builds it and deploys it to
            a location from where it can be run on the target. You can change
            the relationship between the build, run, and deploy configurations.

        \o  \l{http://doc.qt.nokia.com/qtsimulator/index.html}
            {Using Qt Simulator}

            You can use the \QS to test Qt applications that are
            intended for mobile devices in an environment similar to that of
            the device. You can change the information that the device has
            about its configuration and environment.
            \QS does not support any device specific APIs by design.
            Therefore, applications that run well on \QS also run on
            any device that hosts the Qt and Qt Mobility libraries.
            The \QS is installed as part of the \QSDK. After it is
            installed, you can select it as a build target in \QC.

        \o  \l{Using Maemo or MeeGo Harmattan Emulator}

            You cannot use \QS to test applications that use device
            specific libraries, such as native device APIs. To test such
            applications, use the device emulators or real devices. With the
            emulators, you can test how your application reacts to hardware
            controls, such as the power button, and to the touch screen.
            Usually, it is faster to test on a real device connected to the
            development PC than to use the emulators. The emulator is installed
            as part of the \QSDK.

        \o  \l{Building with Remote Compiler}

            You can use a compilation service at Nokia Developer to build Qt
            applications and create installation packages for mobile device
            targets when you do not have the necessary tool chains and SDKs
            installed or they are not supported on the development PC. You can
            choose from a set of supported devices. You can install the Remote
            Compiler target as part of the \QSDK.

    \endlist

*/