forked from qt-creator/qt-creator
Doc: Describe selecting base environment for running external tools
Change-Id: I3f63f23fae8730e8bcff063d52ac96e6592547a6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 51 KiB |
@@ -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
|
||||
|
Reference in New Issue
Block a user