summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections/collections.pro
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-05-12 13:43:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-13 16:08:01 +0200
commit36d5f80d97924616231962751d43b631a511fd77 (patch)
treee6ac39e2253d0770999dc13e53f633ee85d6e201 /tests/auto/corelib/tools/collections/collections.pro
parent7cafb62538661863e5c5a0d27b5250bc8f0cdb50 (diff)
Move tst_collections test to corelib/tools.
There is no reason to have the test separated from other tools tests. Change-Id: Ie5b19961c383f5e4bc1ad4452cba7b92153fc303 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/tools/collections/collections.pro')
-rw-r--r--tests/auto/corelib/tools/collections/collections.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/collections/collections.pro b/tests/auto/corelib/tools/collections/collections.pro
new file mode 100644
index 0000000000..51ea667f58
--- /dev/null
+++ b/tests/auto/corelib/tools/collections/collections.pro
@@ -0,0 +1,9 @@
+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
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0