diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2013-06-18 12:02:04 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-19 12:15:47 +0200 |
commit | 2a8efea1a90436556f1cd471dce27a0619c5618e (patch) | |
tree | 9f1f113f411c4305257d7310b359b9d2e55663e8 /qmake/doc | |
parent | 5d439eb4ca2f3b576c951a1dbe75ce369ed05a39 (diff) |
Doc: added more details about contains(variablename,value)
Task-number: QTBUG-31428
Change-Id: Ie9b4a1f5392f24b5b0b2cb94115edd0814ba92d1
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qmake/doc')
-rw-r--r-- | qmake/doc/src/qmake-manual.qdoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 5552f6344e..2bc6cc508f 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -2786,8 +2786,10 @@ \section2 contains(variablename, value) Succeeds if the variable \c variablename contains the value \c value; - otherwise fails. You can check the return value of this function using - a scope. + otherwise fails. It is possible to specify a regular expression for + parameter \e value. + + You can check the return value of this function using a scope. For example: |