Doc: Fix QMAKE_EXTRA_TARGETS snippet description
The snippet uses the Unix touch command, not qmake's touch function. Change-Id: I71d1460447249b8941ce4bdbb494bb419e13b119 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
3dbc7596a3
commit
472f5331ca
@ -4690,7 +4690,7 @@
|
|||||||
|
|
||||||
The definitions above define a qmake target called \c mytarget, containing a
|
The definitions above define a qmake target called \c mytarget, containing a
|
||||||
Makefile target called \c{.buildfile} which in turn is generated with the
|
Makefile target called \c{.buildfile} which in turn is generated with the
|
||||||
\l{touchfunction}{touch()} function. Finally, the
|
\c touch command. Finally, the
|
||||||
\c{.depends} member specifies that \c mytarget depends on \c mytarget2,
|
\c{.depends} member specifies that \c mytarget depends on \c mytarget2,
|
||||||
another target that is defined afterwards. \c mytarget2 is a dummy target.
|
another target that is defined afterwards. \c mytarget2 is a dummy target.
|
||||||
It is only defined to echo some text to the console.
|
It is only defined to echo some text to the console.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user