summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-18 12:19:22 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-03 15:31:16 +0200
commit2f76c112e90829f6c3dc278911a311a1ad0610ed (patch)
treed6b9df18404f852202f19e2294b19b69fd2a2c96 /.qmake.conf
parent3d729fabf2740af247f302c450f0bece7b85f881 (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: I7a6e689e66ee4454658b9b52e7d444b7560a06fb Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
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 27134db..bfeba00 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,6 +1,8 @@
load(qt_build_config)
CONFIG += qt_example_installs
+DEFINES += QT_NO_JAVA_STYLE_ITERATORS
+
MODULE_VERSION = 5.14.0
QTRO_SOURCE_TREE = $$PWD