aboutsummaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-18 22:35:13 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-06-19 07:16:19 +0200
commitb9b88962fe2f3ec23c06143129e6753ef3fd675a (patch)
tree46267d31ab5c7c9ece81e86f52c40923826246db /.qmake.conf
parent5c6762c53d47b3bd3b604afd389669a3670b1ec5 (diff)
Eradicate remaining Q_FOREACH and mark the module free of them
Q_FOREACH is scheduled for deprecation, or at the very least banned from use in Qt code. Change-Id: Iaf9e8d8be7e43231f31a86eec575605366db4e03 Reviewed-by: Oliver Wolff <oliver.wolff@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 db2e0b6..76e7ef0 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,5 @@
load(qt_build_config)
+DEFINES += QT_NO_FOREACH
+
MODULE_VERSION = 5.14.0