~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to doc/src/qtquick/qtquick-app-tutorial.qdoc

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
**
5
5
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
6
6
**
7
 
** Contact: Nokia Corporation (info@qt.nokia.com)
 
7
** Contact: Nokia Corporation (qt-info@nokia.com)
8
8
**
9
9
**
10
10
** GNU Free Documentation License
15
15
** file.
16
16
**
17
17
** If you have questions regarding the use of this file, please contact
18
 
** Nokia at info@qt.nokia.com.
 
18
** Nokia at qt-info@nokia.com.
19
19
**
20
20
****************************************************************************/
21
21
 
56
56
        \o  Select \gui{File > New File or Project > Qt Quick Project > Qt Quick
57
57
            Application > Choose}.
58
58
 
59
 
        \o  Follow the instructions of the wizard to create a project called
60
 
            Transitions.
 
59
        \o  In the \gui{Name} field, type \bold {Transitions}.
 
60
 
 
61
        \o  In the \gui {Create in} field, enter the path for the project files.
 
62
            For example, \c {C:\Qt\examples}, and then click \gui{Next}.
 
63
 
 
64
        \o  In the \gui {Application Type} dialog, select \gui {Built-in
 
65
            elements only (for all platforms)}, and then click \gui{Next}.
 
66
 
 
67
        \o  Select targets, and then click \gui{Next}.
 
68
 
 
69
            \note Targets are listed if you installed the appropriate
 
70
            development environment, for example, as part of the \QSDK. You can
 
71
            add targets later in the \gui Projects mode.
 
72
 
 
73
        \o  Select \gui Next in the following dialogs to use the default
 
74
            settings.
 
75
 
 
76
        \o  Review the project settings, and click \gui{Finish} to create the
 
77
            project.
61
78
 
62
79
        \o  Press \key {Ctrl+R} to run the application.
63
80