aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-10 21:24:47 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-11 07:04:20 +0200
commitc3e52db481fb48f456b8cee86a5a789093ef9546 (patch)
tree5d5161373c7df458116a380b2bf871bede6e4cce
parent9cd1ee923eea11d084d41158458bbb73a906c75c (diff)
Mark the module free of Java-stye iterators and QLinkedList
Change-Id: I1e76b546c54b1fe58b4094bcb96a3692c2242d2e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--.qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index e9510576..0e68ba10 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,6 +1,7 @@
load(qt_build_config)
CONFIG += warning_clean
-DEFINES += QT_NO_FOREACH
+
+DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
QQC2_SOURCE_TREE = $$PWD