summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-11-13 10:20:09 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-12-12 07:14:50 +0100
commit5a660353edde7b9f382ee41ecf278fc4537f38fa (patch)
treea77e2905b9a0b036f83790485fc6dd54b8173e6a /qmake
parent3162345670ffe67a71a62abaeda0d8eb8ad0682e (diff)
Doc: Fix qdoc compilation errors qtbase
Task-number: QTBUG-79824 Change-Id: I6557de598de1931fc30556951d35783d02b83abe Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index ed7fe60fdc..0a8326d94a 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -5407,7 +5407,7 @@
\li The exit code of the test will be ignored during \c{make check}.
\endtable
- Testcases will often be written with \l{QTest} or \l{TestCase}, but
+ Test cases will often be written with \l{QTest} or \l[QML]{TestCase}, but
that is not a requirement to make use of \c{CONFIG+=testcase} and \c{make check}.
The only primary requirement is that the test program exit with a zero exit code
on success, and a non-zero exit code on failure.