summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/collections/collections.pro
blob: 292c4e794d3bcb27ae0121b7110d3c1fd6a422f8 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_collections
SOURCES  += tst_collections.cpp
QT = core testlib
CONFIG += parallel_test

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