summaryrefslogtreecommitdiffstats
path: root/qmake/qmake.pro
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-05-11 11:53:02 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-05-11 16:55:32 +0000
commitf0d7080e9e640fdc7b540aba69bfbc14fc96ce39 (patch)
treee12977a9f80e2125753d94f618fcfcc38092a161 /qmake/qmake.pro
parent81793b8b58cde01e52675093dc378147dc2102e3 (diff)
qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACH
Port the last four remaining Q_FOREACH users in qmake and uic to C++11 range-for and mark all qtbase tools (incl. qmake) as Q_FOREACH-free, using QT_NO_FOREACH. Change-Id: Ief4e5877269e7a853e4cf05e58861a448e822d3d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'qmake/qmake.pro')
-rw-r--r--qmake/qmake.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/qmake.pro b/qmake/qmake.pro
index 89d6ea5fc1..74cefb07aa 100644
--- a/qmake/qmake.pro
+++ b/qmake/qmake.pro
@@ -7,6 +7,7 @@ CONFIG += console bootstrap
CONFIG -= qt
DEFINES += \
QT_BUILD_QMAKE \
+ QT_NO_FOREACH \
PROEVALUATOR_FULL
VPATH += \