diff --git a/doc/images/qtcreator-external-tools.png b/doc/images/qtcreator-external-tools.png index fbcdb1086e6..8caa35a2371 100644 Binary files a/doc/images/qtcreator-external-tools.png and b/doc/images/qtcreator-external-tools.png differ diff --git a/doc/src/howto/creator-only/creator-external-tools.qdoc b/doc/src/howto/creator-only/creator-external-tools.qdoc index b7f911dcd9a..a5038a65918 100644 --- a/doc/src/howto/creator-only/creator-external-tools.qdoc +++ b/doc/src/howto/creator-only/creator-external-tools.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2019 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -53,13 +53,12 @@ translation files for use by the released application. To synchronize translation source (TS) files from a translator with the - application code, - select \uicontrol {Tools > External > Text > Linguist > Update Translations - (lupdate)}. + application code, select \uicontrol Tools > \uicontrol External > + \uicontrol Linguist > \uicontrol {Update Translations (lupdate)}. To generate from the TS files Qt message (QM) files that can be used by an - application, select \uicontrol {Tools > External > Text > Linguist > Release - Translations (lrelease)}. + application, select \uicontrol Tools > \uicontrol External > + \uicontrol Linguist > \uicontrol {Release Translations (lrelease)}. By default, the project .pro file is passed to the tools as an argument. To specify other command line arguments for the tools, select \uicontrol {Tools > @@ -127,6 +126,13 @@ \li In the \uicontrol {Error output} field, select how to handle error messages from the tool. + \li In the \uicontrol {Base environment} field, select whether to run + the tool in the system environment or the \l{Build Environment} + {build environment} or \l {Selecting the Run Environment} + {run environment} of the active project. Select the build or run + environment if the system environment does not contain the necessary + PATH settings to find the tool chain, for example. + \li In the \uicontrol Environment field, select \uicontrol Change to modify environment variable values for build and run environments in the \uicontrol {Edit Environment Changes} dialog. For more information