summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-11 11:23:47 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-22 06:03:51 +0000
commit9e7eba636ebb5ca42822f682be2b442be50cde6e (patch)
tree3a89430bd3e4ed228aad1c0640a2c0eb2a584aeb /.qmake.conf
parenta6683b0958bd11f3e19c15ab1c7c673626860d81 (diff)
Mark the module free of Java-style iterators, Q_FOREACH, and QLinkedList
Change-Id: I2506c57ea7138fcfa6666dfc0a9b8ec5b6896757 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@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 879fb0f..3e66c5a 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,4 +1,6 @@
load(qt_build_config)
CONFIG += warning_clean
+DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
+
MODULE_VERSION = 5.14.0