9e5cc0d by Rohan McGovern at 2010-03-04 1
# The tests in this .pro file _MUST_ use QtCore only (i.e. QT=core).
2
# The test system is allowed to run these tests before the test of Qt has
3
# been compiled.
4
5
TEMPLATE=subdirs
6
SUBDIRS=\
7
   collections \
8
   exceptionsafety \
9
   q_func_info \
10
   qanimationgroup \
11
   qatomicint \
12
   qatomicpointer \
13
   qbitarray \
14
   qbuffer \
15
   qbytearray \
16
   qbytearraymatcher \
17
   qcache \
18
   qchar \
19
   qcontiguouscache \
20
   qcoreapplication \
21
   qcryptographichash \
22
   qdate \
23
   qdatetime \
24
   qdebug \
25
   qdiriterator \
26
   qeasingcurve \
e5c386c by Aaron McCarthy at 2010-03-18 27
   qelapsedtimer \
9e5cc0d by Rohan McGovern at 2010-03-04 28
   qevent \
29
   qexplicitlyshareddatapointer \
30
   qfileinfo \
31
   qfilesystemwatcher \
32
   qflags \
33
   qfuture \
34
   qfuturewatcher \
35
   qgetputenv \
36
   qglobal \
37
   qhash \
38
   qlibrary \
39
   qline \
40
   qmap \
41
   qmargins \
42
   qmath \
43
   qmetatype \
44
   qmutex \
45
   qmutexlocker \
46
   qnumeric \
47
   qobject \
48
   qobjectrace \
49
   qplugin \
50
   qpluginloader \
51
   qpoint \
52
   qprocessenvironment \
53
   qqueue \
54
   qrand \
55
   qreadlocker \
56
   qreadwritelock \
57
   qrect \
58
   qregexp \
59
   qresourceengine \
60
   qringbuffer \
61
   qscopedpointer \
62
   qsemaphore \
63
   qsequentialanimationgroup \
64
   qset \
65
   qsharedpointer \
66
   qsignalspy \
67
   qsize \
68
   qsizef \
69
   qstate \
70
   qstl \
71
   qstring \
72
   qstringbuilder1 \
73
   qstringbuilder2 \
74
   qstringbuilder3 \
75
   qstringbuilder4 \
76
   qstringlist \
77
   qstringmatcher \
78
   qtconcurrentfilter \
79
   qtconcurrentiteratekernel \
80
   qtconcurrentmap \
81
   qtconcurrentrun \
82
   qtconcurrentthreadengine \
83
   qtemporaryfile \
84
   qtextboundaryfinder \
85
   qthread \
86
   qthreadonce \
87
   qthreadpool \
88
   qthreadstorage \
89
   qtime \
90
   qtimeline \
91
   qtimer \
92
   qtmd5 \
93
   qtokenautomaton \
94
   qurl \
95
   quuid \
96
   qvarlengtharray \
97
   qvector \
98
   qwaitcondition \
99
   qwineventnotifier \
100
   qwritelocker \
101
   selftests \
102
   utf8 \
103
bbb3420 by axis at 2010-06-29 104
symbian:SUBDIRS -= \
105
   qtconcurrentfilter \
106
   qtconcurrentiteratekernel \
107
   qtconcurrentmap \
108
   qtconcurrentrun \
109
   qtconcurrentthreadengine \
110