From 4545d7d6a6610119845df098fc8f0b9166961d6b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 5 Jan 2022 17:01:18 +0100 Subject: Doc: Mention how to interrupt/continue qmake loops Fixes: QTBUG-99559 Pick-to: 6.3 Change-Id: Ib88bc0f93d7c0d6b9bf9a342410395f5a79675e5 Reviewed-by: Ulf Hermann --- qmake/doc/src/qmake-manual.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qmake/doc/src') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 9d3d15b9c1..f51ed0efc2 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -4008,6 +4008,10 @@ \snippet code/doc_src_qmake-manual.pro 65 + Loops can be interrupted with \c{break()}. The \c{next()} statement skips + the remainder of the loop's body and continues execution with the next + iteration. + \section2 greaterThan(variablename, value) Tests that the value of \c variablename is greater than \c value. First, -- cgit v1.2.3