diff --git a/doc/images/qtcreator-kits.png b/doc/images/qtcreator-kits.png index f31acca4ca9..0eaf814d07d 100644 Binary files a/doc/images/qtcreator-kits.png and b/doc/images/qtcreator-kits.png differ diff --git a/doc/images/qtcreator-toolchains.png b/doc/images/qtcreator-toolchains.png index cf4cf05cdec..0b573f034a7 100644 Binary files a/doc/images/qtcreator-toolchains.png and b/doc/images/qtcreator-toolchains.png differ diff --git a/doc/src/projects/creator-projects-compilers.qdoc b/doc/src/projects/creator-projects-compilers.qdoc index b4ca89d266a..5647027a9a3 100644 --- a/doc/src/projects/creator-projects-compilers.qdoc +++ b/doc/src/projects/creator-projects-compilers.qdoc @@ -82,8 +82,9 @@ \list 1 \li Select \uicontrol Tools > \uicontrol Options > - \uicontrol {Build & Run} > \uicontrol Compilers > \uicontrol Add - and select a compiler in the list. + \uicontrol {Build & Run} > \uicontrol Compilers > \uicontrol Add, + then select a compiler in the list, and then select \uicontrol C or + \uicontrol C++ to add a C or C++ compiler. \image qtcreator-toolchains.png @@ -124,7 +125,8 @@ \list 1 \li Select \uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} > - \uicontrol Compilers > \uicontrol Add > \uicontrol Custom. + \uicontrol Compilers > \uicontrol Add > \uicontrol Custom > + \uicontrol C or \uicontrol C++. \li In the \uicontrol Name field, enter a name for the compiler. diff --git a/doc/src/projects/creator-projects-targets.qdoc b/doc/src/projects/creator-projects-targets.qdoc index 2871f3a8695..9617b8addcd 100644 --- a/doc/src/projects/creator-projects-targets.qdoc +++ b/doc/src/projects/creator-projects-targets.qdoc @@ -91,8 +91,8 @@ image is located. If you are not cross-compiling, leave this field empty. - \li In the \uicontrol {Compiler} field, select the compiler required - to build the project. You can add compilers to the list + \li In the \uicontrol {Compiler} field, select the C or C++ compiler + used to build the project. You can add compilers to the list if they are installed on the development PC, but were not detected automatically. For more information, see \l{Adding Compilers}.