summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-18 22:10:47 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-06-18 22:10:49 +0200
commita628d05ced75d0666bd462f94807d3d600ca25d2 (patch)
treebf23328804affd0928fe0440ce563c83ccfaed85 /.qmake.conf
parentb91c44ee859b8e1e09b8c20acabbed7a523b076b (diff)
Eradicate Java-style iterators and mark the module free of them
Java-style iterators are scheduled for deprecation, or at the very least banned from use in Qt code. Change-Id: If50aade7e5a57f247ec8c0e77103dfd2d2160c3c Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@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 db2e0b65..1581612e 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,5 @@
load(qt_build_config)
+DEFINES += QT_NO_JAVA_STYLE_ITERATORS
+
MODULE_VERSION = 5.14.0