Doc: Describe profile build configuration

Change-Id: I1e4ef880423c16346f338fa41ff5b14708aced82
Task-number: QTCREATORBUG-17123
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2016-10-17 10:24:55 +02:00
parent a1155883bd
commit 19dcb9ed96

View File

@@ -38,12 +38,14 @@
\title Specifying Build Settings
Different build configurations allow you to quickly switch between
different build settings. By default, \QC creates \b debug
and \b release build configurations. A debug build contains additional
different build settings. By default, \QC creates \e debug, \e release, and
\e profile build configurations. A debug build contains additional
debug symbols that you need for debugging the application but that you
can leave out from the release version. Generally, you use the debug
configuration for testing and the release configuration for creating
the final installation file.
the final installation file. A profile configuration is an optimized release
build that is delivered with separate debug information. It is best suited
for analyzing applications.
You specify build settings in the \uicontrol Projects mode.
To add a new build configuration, click \uicontrol Add and select the type of