aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-11 11:19:56 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-17 14:58:08 +0000
commit17253462336e398775e36289470b9bf357a3391b (patch)
treef0f9242a4b06365ae5449a0290e91bb3755e01cf
parent13d450eff784aedc8d005c0da76503647a30a934 (diff)
Mark the module free of Java-style iterators, Q_FOREACH, and QLinkedList
Change-Id: Iac58b20a96372573f4f9ed3570071e8641f935d7 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--.qmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index db2e0b6..f6895bb 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,5 @@
load(qt_build_config)
+DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
+
MODULE_VERSION = 5.14.0