summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-21 14:33:31 +0100
committerNico Vertriest <nico.vertriest@qt.io>2017-03-28 12:30:33 +0000
commit710da40ac06278e0d534df5e5d9b6ec8e19640cd (patch)
treee8f7e4bee44eb6622897411e32794e45adc89471 /qmake
parent22a414ab3d988b8819f5738e740caa775ad34697 (diff)
Doc: link error in qmake manual
qmake-manual.qdoc:3226: warning: Can't link to 'system(command[, mode])' Change-Id: I22f7a9a79594d204b67796219bb84a60e76e92b1 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index fbab9f8e25..2c1e9bfe23 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -3170,6 +3170,7 @@
See also \l{fn_size}{size()}.
+ \target system_replace
\section2 system(command[, mode[, stsvar]])
You can use this variant of the \c system function to obtain stdout from the
@@ -3517,7 +3518,7 @@
\snippet code/doc_src_qmake-manual.pro 71
- See also the replace variant of \l{system(command[, mode])}{system()}.
+ See also the replace variant of \l{system_replace}{system()}.
\target touchfunction
\section2 touch(filename, reference_filename)