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>
bb10
Jędrzej Nowacki 2014-05-12 13:43:42 +02:00 committed by The Qt Project
parent 7cafb62538
commit 36d5f80d97
5 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
TEMPLATE=subdirs
SUBDIRS=\
collections \
qalgorithms \
qarraydata \
qarraydata_strictiterators \

View File

@ -2,7 +2,6 @@ TEMPLATE=subdirs
SUBDIRS=\
# atwrapper \ # QTBUG-19452
baselineexample \
collections \
compiler \
d3dcompiler \
gestures \