Doc: Fix documentation of qmake's exists() function
This function may take a wildcard expression, not a general regular expression. Pick-to: 5.15 Change-Id: Ia7ba3bac47c310bc035620583b9d2102fdc5ffb0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
b7d4af3586
commit
116c2115f8
@ -3970,8 +3970,9 @@
|
||||
|
||||
Tests whether a file with the given \c filename exists.
|
||||
If the file exists, the function succeeds; otherwise it fails.
|
||||
If a regular expression is specified for the filename, this function
|
||||
succeeds if any file matches the regular expression specified.
|
||||
|
||||
The \c filename argument may contain wildcards.
|
||||
In that case, this function succeeds if any file matches.
|
||||
|
||||
For example:
|
||||
\snippet code/doc_src_qmake-manual.pro 63
|
||||
|
Loading…
x
Reference in New Issue
Block a user