From 0a724ac74c5aa22a65ff0b81b762433b5d1e2002 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 2 Jul 2019 12:36:13 +0200 Subject: Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QLinkedList is still used in several tests. Add exceptions for these subdirs. Change-Id: I50ccd2a0892129d4a47aa4e2400211690da9a82d Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Volker Hilsheimer --- tests/auto/corelib/tools/qlinkedlist/qlinkedlist.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/tools/qlinkedlist') diff --git a/tests/auto/corelib/tools/qlinkedlist/qlinkedlist.pro b/tests/auto/corelib/tools/qlinkedlist/qlinkedlist.pro index 80630f78ad..378c574eb0 100644 --- a/tests/auto/corelib/tools/qlinkedlist/qlinkedlist.pro +++ b/tests/auto/corelib/tools/qlinkedlist/qlinkedlist.pro @@ -2,3 +2,4 @@ CONFIG += testcase TARGET = tst_qlinkedlist QT = core testlib SOURCES = tst_qlinkedlist.cpp +DEFINES -= QT_NO_LINKED_LIST -- cgit v1.2.3