summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-29 14:33:45 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-01 11:46:56 +0200
commite80c1bf24039ff36ff874f313be53ac2a70029de (patch)
treeb4eb13182721454c1d88f05e6d3f72e931383874 /.qmake.conf
parent9e1ba742d3ffdaa4906b2aa1a031ee01a9f31a96 (diff)
Eradicate Q_FOREACH loops and mark the module free of them
Q_FOREACH is scheduled for deprecation, or at the very least banned from use in Qt's own implementation. Change-Id: Ia83851d88da9fa94c901598a7500cf572db68b4e Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 1581612..84d43f6 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,5 +1,6 @@
load(qt_build_config)
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
+DEFINES += QT_NO_FOREACH
MODULE_VERSION = 5.14.0