OSDN Git Service

bfaea338c057e3305026aa134bb757c22c2a26ee
[qt-creator-jp/qt-creator-jp.git] / doc / src / projects / creator-projects-settings-overview.qdoc
1 /****************************************************************************
2 **
3 ** This file is part of Qt Creator
4 **
5 ** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
6 **
7 ** Contact: Nokia Corporation (info@qt.nokia.com)
8 **
9 **
10 ** GNU Free Documentation License
11 **
12 ** Alternatively, this file may be used under the terms of the GNU Free
13 ** Documentation License version 1.3 as published by the Free Software
14 ** Foundation and appearing in the file included in the packaging of this
15 ** file.
16 **
17 ** If you have questions regarding the use of this file, please contact
18 ** Nokia at info@qt.nokia.com.
19 **
20 ****************************************************************************/
21
22 // **********************************************************************
23 // NOTE: the sections are not ordered by their logical order to avoid
24 // reshuffling the file each time the index order changes (i.e., often).
25 // Run the fixnavi.pl script to adjust the links to the index order.
26 // **********************************************************************
27
28 /*!
29     \contentspage index.html
30     \previouspage creator-usability.html
31     \page creator-configuring-projects.html
32     \nextpage creator-building-targets.html
33
34     \title Configuring Projects
35
36     When you install the \QSDK, the build and run settings for the tool chains
37     delivered with the \QSDK are set up automatically.
38
39     To view and modify the settings for currently open projects, switch to the
40     \gui Projects mode by pressing \key Ctrl+5.
41
42     \image qtcreator-projectpane.png
43
44     You can add a target if the development environment for the target platform
45     is installed on the development PC and the Qt version is configured. Click
46     \inlineimage qtcreator-qt4-addbutton.png "Add Target button"
47     and select from a list of available targets. To remove a target, select it
48     and click
49     \inlineimage qtcreator-target-remove.png "Remove Target button"
50     .
51
52     You can select the targets and use the \gui Build menu commands to build,
53     deploy, and run projects.
54
55     The project pane consists of the following tabs:
56
57     \list
58
59         \o  \l{Running Applications on Multiple Targets}{Targets}
60             (If you have installed the development environment for only one
61             target, the \gui Targets tab is replaced by a \gui Build tab and a
62             \gui Run tab.)
63
64         \o  \l{Specifying Build Settings}{Build Settings}
65
66         \o  \l{Specifying Run Settings}{Run Settings}
67
68         \o  \l{Specifying Editor Settings}{Editor Settings}
69
70         \o  \l{Specifying Code Style Settings}{Code Style Settings}
71
72         \o  \l{Specifying Dependencies}{Dependencies}
73
74     \endlist
75
76     Use the \gui Build and \gui Run buttons to switch between the build and
77     run settings for the active project.
78
79     If you have multiple projects open in \QC, use the tabs at the top of the
80     window to navigate between their settings.
81
82 */