From f0d7080e9e640fdc7b540aba69bfbc14fc96ce39 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 11 May 2016 11:53:02 +0200 Subject: 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 Reviewed-by: Lars Knoll --- src/tools/bootstrap-dbus/bootstrap-dbus.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/bootstrap-dbus') diff --git a/src/tools/bootstrap-dbus/bootstrap-dbus.pro b/src/tools/bootstrap-dbus/bootstrap-dbus.pro index 3b28c23311..c3ed27d979 100644 --- a/src/tools/bootstrap-dbus/bootstrap-dbus.pro +++ b/src/tools/bootstrap-dbus/bootstrap-dbus.pro @@ -5,6 +5,7 @@ TARGET = QtBootstrapDBus CONFIG += minimal_syncqt internal_module force_bootstrap DEFINES += \ + QT_NO_FOREACH \ QT_NO_CAST_FROM_ASCII MODULE_INCNAME = QtDBus -- cgit v1.2.3