From 65cfdf569921d4b2b70a03feb2005b0078563ac4 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 15 Nov 2019 15:57:40 +0100 Subject: [PATCH] Doc: Hide links to content excluded from Qt Design Studio Manual The links lead to strange places or generate QDoc warnings when building the Qt Design Studio Manual. Change-Id: Ic8311b54f9d49a8d56572c2f049b84cbe3933812 Reviewed-by: Eike Ziller --- doc/src/howto/creator-external-tools.qdoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/src/howto/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc index 2ba985e2083..def82871b49 100644 --- a/doc/src/howto/creator-external-tools.qdoc +++ b/doc/src/howto/creator-external-tools.qdoc @@ -135,17 +135,24 @@ \li In the \uicontrol {Error output} field, select how to handle error messages from the tool. + \if defined(qtcreator) \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. + \else + \li In the \uicontrol {Base environment} field, use the default settings. + \endif \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 - about how to add and remove variable values, see \l{Batch Editing}. + the \uicontrol {Edit Environment Changes} dialog. + \if defined(qtcreator) + For more information about how to add and remove variable values, + see \l{Batch Editing}. + \endif \li Select the \uicontrol {Modifies current document} check box to make sure that if the current document is modified by the tool, it is saved