forked from qt-creator/qt-creator
Doc: Describe general build and run options
Update screenshot. Change-Id: Icdab88b6eba9d1bb421271a66b3485ddfb80fe0c Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Leena Miettinen
parent
6d78e94b86
commit
d37aaeb69a
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 24 KiB |
@@ -451,6 +451,13 @@
|
||||
Select toolbar buttons to run applications, to attach the debugger to the
|
||||
running application, and to stop running or debugging.
|
||||
|
||||
To specify settings for displaying application output, select
|
||||
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
|
||||
\uicontrol General. You can select whether to open the
|
||||
\uicontrol{Application Output} pane on output when running or debugging
|
||||
applications, to clear old output on a new run, to word-wrap output, and to
|
||||
limit output to the specified number of lines.
|
||||
|
||||
\section2 Compile Output
|
||||
|
||||
The \uicontrol{Compile Output} pane provides all output from the compiler.
|
||||
@@ -464,6 +471,11 @@
|
||||
|
||||
Select the \uicontrol {Cancel Build} button to cancel the build.
|
||||
|
||||
To specify whether to open the \uicontrol {Compile Output} pane on output
|
||||
when building applications, select \uicontrol Tools > \uicontrol Options >
|
||||
\uicontrol {Build & Run} > \uicontrol General, and then select the
|
||||
\uicontrol {Open Compile Output pane when building} check box.
|
||||
|
||||
\section2 Debugger Console
|
||||
|
||||
In the \uicontrol {Debugger Console}, you can type JavaScript expressions and use them to get
|
||||
|
@@ -47,4 +47,13 @@
|
||||
|
||||
\image qtcreator-project-options-deploy.png "Project General Options"
|
||||
|
||||
On Windows, you can use \c jom instead of \c nmake for building the project
|
||||
to distribute the compilation process to multiple CPU cores. You can download
|
||||
\c jom from \l{http://download.qt.io/official_releases/jom}{Qt Downloads}.
|
||||
To use \c jom, select the \uicontrol {Use jom instead of nmake} check box.
|
||||
Deselect the check box if you experience build problems.
|
||||
|
||||
You can specify the default build directory in the
|
||||
\uicontrol {Default build directory} field using \QC variables (2).
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user