From 19dcb9ed967b5103f74561140e7b124d6b68eac8 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 17 Oct 2016 10:24:55 +0200 Subject: [PATCH] Doc: Describe profile build configuration Change-Id: I1e4ef880423c16346f338fa41ff5b14708aced82 Task-number: QTCREATORBUG-17123 Reviewed-by: Eike Ziller --- doc/src/projects/creator-projects-settings-build.qdoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc index db5420621ec..ca38fa89d54 100644 --- a/doc/src/projects/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-projects-settings-build.qdoc @@ -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