aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-11 11:21:54 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-08-11 10:39:02 +0000
commit46d703274ddf0f667ea2bd9da11d278e28c1ce1d (patch)
treec25f264b240f0813447bf8aa189a9e4418ce77cf /doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc
parenta85e5ce6188ed6a7769890a6be1a194534bf4d16 (diff)
Doc: Describe using custom output parsers
Change-Id: I423091cfa1d64f640ef6be62c86cf38cb82fe4d7 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc34
1 files changed, 2 insertions, 32 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc
index 7d35025906..554d344112 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-compilers.qdoc
@@ -211,38 +211,8 @@
to the Qt mkspecs directory.
\li In the \uicontrol {Error parser} field, select the error parser to use.
- Select \uicontrol Custom, and then select \uicontrol {Customer Parser Settings}
- to specify settings for a custom parser:
-
- \image qtcreator-custom-parser.png
-
- The custom error parser enables you to capture errors and warnings separately.
- You can configure the error parser in the \uicontrol Error tab and the warning
- parser in the \uicontrol Warning tab:
-
- \list 1
-
- \li In the \uicontrol {Error message capture pattern} field, specify
- a regular expression to define what is an error. The custom
- parser matches the compile output line by line against the
- regular expression and displays errors in the \uicontrol Issues
- output pane. Create regular expression groups that contain
- the file name, line number and error message.
-
- \li In the \uicontrol {Capture Positions} field, map the regular
- expression groups to \uicontrol {File name}, \uicontrol {Line number},
- and \uicontrol Message.
-
- \li In the \uicontrol {Capture Output Channels} field, specify whether
- messages from standard output, standard error, or both channels
- should be captured.
-
- \li In the \uicontrol {Test} group, you can test how the message that
- you enter in the \uicontrol {Error message} field is matched when
- using the current settings.
-
- \endlist
-
+ You can add custom output parsers to the list. For more information,
+ see \l{Using Custom Output Parsers}.
\endlist
\section1 Troubleshooting MinGW Compilation Errors