summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections/collections.pro
blob: 0182a0c83783e469160f0abbab4a1cfbefffeb99 (plain)
1
2
3
4
5
6
7
CONFIG += testcase
TARGET = tst_collections
SOURCES  += tst_collections.cpp
QT = core testlib

# This test does not work with strict iterators
DEFINES -= QT_NO_JAVA_STYLE_ITERATORS