summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 6d6dc9c9..f06fddf5 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,7 +1,9 @@
load(qt_build_config)
-
CONFIG += warning_clean
-MODULE_VERSION = 5.13.2
+
+DEFINES += QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
+
+MODULE_VERSION = 5.14.0
# Adds a way to debug location. The define is needed for multiple subprojects as they
# include the essential headers.