summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-03-28 15:25:13 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-04-04 11:53:05 +0000
commit7e15df0333288649cf2c3dd093ebc5defd34a557 (patch)
treea6c7eb27160c33e7a3677f6774e4493bb53cdbd3 /qmake/doc
parent6d6a826038e5a3fae13580e84159b99c928dc006 (diff)
Doc: Move $$files() documentation to "Built-in Replace Functions"
files is not a test function. Change-Id: I6d23dac5d1c87bd35961406dd62cc3cf37d652e3 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 2c1e9bfe23..0af6f8ca76 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -2883,6 +2883,11 @@
MY_VAR2 will contain '-Lone -Ltwo -Lthree -Lfour -Lfive', and MY_VAR3 will
contain 'three two three'.
+ \section2 files(pattern[, recursive=false])
+
+ Expands the specified wildcard pattern and returns a list of filenames.
+ If \c recursive is true, this function descends into subdirectories.
+
\target fn_first
\section2 first(variablename)
@@ -3376,11 +3381,6 @@
Exports the current value of \c variablename from the local context of a
function to the global context.
- \section2 files(pattern[, recursive=false])
-
- Expands the specified wildcard pattern and returns a list of filenames.
- If \c recursive is true, this function descends into subdirectories.
-
\target forfunction
\section2 for(iterate, list)