mirror of https://github.com/qt/qtdatavis3d.git
Remove QT_NO_LINKED_LIST
QLinkedList is deprecated and moved to Qt5Compat, there's no need for QT_NO_LINKED_LIST. Change-Id: I9174a19c385eed9e14cc4acfb5416616abbf5fef Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
parent
23e00330af
commit
bbb548634e
|
|
@ -1,6 +1,6 @@
|
|||
load(qt_build_config)
|
||||
|
||||
DEFINES += QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
|
||||
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
|
||||
|
||||
MODULE_VERSION = 6.0.0
|
||||
CONFIG += warning_clean
|
||||
|
|
|
|||
Loading…
Reference in New Issue