Doc: add steps to select components

Users now have to know which components to import.

Change-Id: I70afdc7dc15055f166074e5807d3e2ee2dd0b2f4
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Leena Miettinen
2011-11-15 09:48:08 +01:00
parent 3e305f9758
commit 646b2f4e6e
2 changed files with 19 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -56,8 +56,25 @@
\o Select \gui{File > New File or Project > Qt Quick Project > Qt Quick
Application > Choose}.
\o Follow the instructions of the wizard to create a project called
Transitions.
\o In the \gui{Name} field, type \bold {Transitions}.
\o In the \gui {Create in} field, enter the path for the project files.
For example, \c {C:\Qt\examples}, and then click \gui{Next}.
\o In the \gui {Application Type} dialog, select \gui {Built-in
elements only (for all platforms)}, and then click \gui{Next}.
\o Select targets, and then click \gui{Next}.
\note Targets are listed if you installed the appropriate
development environment, for example, as part of the \QSDK. You can
add targets later in the \gui Projects mode.
\o Select \gui Next in the following dialogs to use the default
settings.
\o Review the project settings, and click \gui{Finish} to create the
project.
\o Press \key {Ctrl+R} to run the application.