summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-04 20:11:32 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-12 09:45:12 +0200
commit905cdffeaa1813123a27a2151b345d106923ca24 (patch)
treedbe298aa0c4cc31b83e0e880825828e0094374be /.qmake.conf
parent8ecf6e29b2e110b9289a583122e45e29bb5cb749 (diff)
QWaylandShmBackingStore: replace a QLinkedList with std::list
...and mark the module QLinkedList-free. QLinkedList is going to be deprecated. Change-Id: Ieb9efef24cd8677edc1262f22b7c6d41b6376347 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 05ee6f974..2c01c5d2a 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,5 +2,6 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
+DEFINES += QT_NO_LINKED_LIST
MODULE_VERSION = 5.14.0