aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-01-13 10:59:37 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-01-14 11:50:46 +0000
commitd8acff46ff3b1fce10a3baa30f35b3e0408f4e51 (patch)
tree8cafdfc6c0589e50039befc14cca85f4fbbc43da /doc
parent9ebe7bd8e95330dfbf02497d7203ceb48f00881c (diff)
Doc: Update screenshot and add info about variables button
- Updated the screenshot in the "Using External Tools" topic to show currently available variables and the Variables button. - Added a link to where the variables are described in more detail. Fixes: QTCREATORBUG-25233 Change-Id: I1a023d478f239a2fa5a648b36fe22e99435c65b3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/images/qtcreator-external-tools.pngbin52038 -> 18298 bytes
-rw-r--r--doc/qtcreator/src/howto/creator-external-tools.qdoc9
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/qtcreator/images/qtcreator-external-tools.png b/doc/qtcreator/images/qtcreator-external-tools.png
index 8caa35a237..31b325b180 100644
--- a/doc/qtcreator/images/qtcreator-external-tools.png
+++ b/doc/qtcreator/images/qtcreator-external-tools.png
Binary files differ
diff --git a/doc/qtcreator/src/howto/creator-external-tools.qdoc b/doc/qtcreator/src/howto/creator-external-tools.qdoc
index 986f371005..9032cf7df4 100644
--- a/doc/qtcreator/src/howto/creator-external-tools.qdoc
+++ b/doc/qtcreator/src/howto/creator-external-tools.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -70,7 +70,7 @@
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 >
- \uicontrol External > \uicontrol Configure}.
+ \uicontrol External > \uicontrol Configure.
To open TS files in Qt Linguist, right-click a TS file in the
\uicontrol Projects or \uicontrol {File System} view and select
@@ -106,6 +106,11 @@
\image qtcreator-external-tools.png
+ Select the \inlineimage replace.png
+ (\uicontrol {Variables}) button in a field to select from a list of
+ \l{Using Qt Creator Variables}{variables} that are available in a
+ particular context.
+
To configure external tools:
\list 1