~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to doc/src/projects/creator-projects-building-running.qdoc

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
            \e {Build configurations} contain everything you need to compile
45
45
            the sources into binaries. Build configurations use the tools and settings
46
 
            defined in their corresponding \l{glossary-buildandrun-kit}{kit}.
 
46
            defined in their corresponding kit.
47
47
 
48
48
        \li \l{Running on Multiple Platforms}
49
49
 
50
50
            \e {Run configurations} start the application in the location
51
51
            where it was copied by the \e{deploy configuration}. By default,
52
52
            when you select the \gui Run function, \QC builds the project,
53
 
            deploys it to the device defined in the \l{glossary-buildandrun-kit}{kit},
54
 
            and runs it there. However,
 
53
            deploys it to the device defined in the kit, and runs it there. However,
55
54
            if you have not made any changes to the project since you last
56
55
            built and deployed it, \QC simply runs it again.
57
56
 
82
81
            a location from where it can be run on the device. You can change
83
82
            the relationship between the build, run, and deploy configurations.
84
83
 
85
 
        \li \l{http://doc.qt.digia.com/qtsimulator/index.html}
86
 
            {Using Qt Simulator}
87
 
 
88
 
            You can use the \QS to test Qt applications that are
89
 
            intended for mobile devices in an environment similar to that of
90
 
            the device. You can change the information that the device has
91
 
            about its configuration and environment.
92
 
            \QS does not support any device specific APIs by design.
93
 
            Therefore, applications that run well on \QS also run on
94
 
            any device that hosts the Qt and Qt Mobility libraries.
95
 
            The \QS is installed as part of the Qt 4 SDK. After it is
96
 
            installed, you can create a \l{glossary-buildandrun-kit}{kit}
97
 
            with \gui Desktop device type and the Qt Simulator Qt version for
98
 
            building and running your projects.
99
 
 
100
84
    \endlist
101
85
 
102
86
*/