Moving relevant tests to corelib/global
[profile/ivi/qtbase.git] / tests / auto / corelib.pro
1 TEMPLATE=subdirs
2 SUBDIRS=\
3    corelib \
4    collections \
5    exceptionsafety \
6    qatomicint \
7    qatomicpointer \
8    qbitarray \
9    qbuffer \
10    qbytearray \
11    qbytearraymatcher \
12    qcache \
13    qchar \
14    qcontiguouscache \
15    qcoreapplication \
16    qcryptographichash \
17    qdate \
18    qdatetime \
19    qdebug \
20    qdiriterator \
21    qeasingcurve \
22    qelapsedtimer \
23    qevent \
24    qexplicitlyshareddatapointer \
25    qfileinfo \
26    qfilesystemwatcher \
27    qfreelist \
28    qhash \
29    qlibrary \
30    qline \
31    qmap \
32    qmargins \
33    qmath \
34    qmetatype \
35    qmutex \
36    qmutexlocker \
37    qobject \
38    qobjectrace \
39    qplugin \
40    qpluginloader \
41    qpoint \
42    qprocessenvironment \
43    qqueue \
44    qreadlocker \
45    qreadwritelock \
46    qrect \
47    qregexp \
48    qresourceengine \
49    qringbuffer \
50    qscopedpointer \
51    qscopedvaluerollback \
52    qsemaphore \
53    qset \
54    qsharedpointer \
55    qsignalspy \
56    qsize \
57    qsizef \
58    qstate \
59    qstl \
60    qstring \
61    qstringbuilder1 \
62    qstringbuilder2 \
63    qstringbuilder3 \
64    qstringbuilder4 \
65    qstringlist \
66    qstringmatcher \
67    qstringref \
68    qtemporaryfile \
69    qtextboundaryfinder \
70    qthread \
71    qthreadonce \
72    qthreadstorage \
73    qtime \
74    qtimeline \
75    qtimer \
76    qtmd5 \
77    qtokenautomaton \
78    qurl \
79    quuid \
80    qvarlengtharray \
81    qvector \
82    qwaitcondition \
83    qwineventnotifier \
84    qwritelocker \
85    selftests \
86    utf8 \
87    qfilesystementry \
88    qabstractfileengine
89
90 !contains(QT_CONFIG, private_tests): SUBDIRS -= \
91     qfileinfo \
92