aboutsummaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-09-06 11:46:40 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-09-06 11:58:42 +0000
commit57b5739923a741aa4317c11c5e86c911cc25f798 (patch)
tree8d7c44697d499a167518a6216712501362974368 /.qmake.conf
parente0e5a57430af761192b98292fab73284d351e4f1 (diff)
Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freev5.8.0-beta1
In the examples, replaced a Q_FOREACH with QList<QByteArray>::join(). Change-Id: I6b1ca1666bf0a69c6489f970da19b3f966327cdb Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index aefa1e7..aae5d51 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,5 @@
load(qt_build_config)
+DEFINES += QT_NO_FOREACH
+
MODULE_VERSION = 5.8.0