summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-15 12:38:32 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-18 22:32:16 +0200
commit279d63c4f6632237e6a0d9c4be91b466876c260a (patch)
tree5b8f3c15e67be935e2fb3ec103d53641860e7599 /.qmake.conf
parentd52e9097b81afcfdcb4297dca2b83d10917c46e0 (diff)
Eradicate the last Q_FOREACHs and mark the module clean
... of Q_FOREACH, Java-style iterators, and QLinkedList use. Change-Id: Iec6c576e8c7aba81594e3d3e6c4d1e1cc487fbdf Reviewed-by: Volker Hilsheimer <volker.hilsheimer@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 360e9de..18bd95e 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,6 @@ load(qt_build_config)
CONFIG += qt_example_installs
CONFIG += warning_clean
+DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
+
MODULE_VERSION = 5.14.0