From 5eedc9d2f686dbfb79fe737c8be1b603712acb1d Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Wed, 1 Jul 2015 12:48:38 +0200 Subject: [PATCH] Doc: Polish creator-projects-compilers.qdoc Names have their own field in the UI now, no more need to double-click in the table. Do some markup-cleanups while at it. Change-Id: I7f456f8455a54c9ae05ffc8ab73aa8f8f6cc1e22 Reviewed-by: Leena Miettinen --- .../projects/creator-projects-compilers.qdoc | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/src/projects/creator-projects-compilers.qdoc b/doc/src/projects/creator-projects-compilers.qdoc index 13d894d7ead..62965634e42 100644 --- a/doc/src/projects/creator-projects-compilers.qdoc +++ b/doc/src/projects/creator-projects-compilers.qdoc @@ -74,17 +74,19 @@ \list 1 - \li Select \uicontrol {Tools > Options > Build & Run > Compilers > Add} and - select a compiler in the list. + \li Select \uicontrol Tools > \uicontrol Options > + \uicontrol {Build & Run} > \uicontrol Compilers > \uicontrol Add + and select a compiler in the list. \image qtcreator-toolchains.png - To clone the selected compiler, select \uicontrol {Clone}. + To clone the selected compiler, select \uicontrol Clone. - \li In the \uicontrol Name column, double-click the name to change it. + \li In the \uicontrol Name field, enter a name for the compiler to + identify it in \QC. - \li In the \uicontrol{Compiler path} field, enter the path to the directory - where the compiler is located. + \li In the \uicontrol {Compiler path} field, enter the path to the + directory where the compiler is located. \li In the \uicontrol {Platform codegen flags} field, check the flags passed to the compiler that specify the architecture on the target @@ -96,6 +98,10 @@ The other settings to specify depend on the compiler. + \li In the \uicontrol ABI field, provide an identification for the + target architecture. This is used to warn about ABI mismatches + within the kits. + \endlist \section1 Adding Custom Compilers @@ -168,7 +174,7 @@ \section1 Troubleshooting MinGW Compilation Errors If error messages displayed in the \uicontrol {Compile Output} pane contain - paths where slashes are missing (for example, C:QtSDK), + paths where slashes are missing (for example, \c {C:QtSDK}), check your PATH variable. At the command line, enter the following commands: \code