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 \
27
   qelapsedtimer \
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
   qscopedvaluerollback \
63
   qsemaphore \
64
   qsequentialanimationgroup \
65
   qset \
66
   qsharedpointer \
67
   qsignalspy \
68
   qsize \
69
   qsizef \
70
   qstate \
71
   qstl \
72
   qstring \
73
   qstringbuilder1 \
74
   qstringbuilder2 \
75
   qstringbuilder3 \
76
   qstringbuilder4 \
77
   qstringlist \
78
   qstringmatcher \
79
   qstringref \
80
   qtconcurrentfilter \
81
   qtconcurrentiteratekernel \
82
   qtconcurrentmap \
83
   qtconcurrentrun \
84
   qtconcurrentthreadengine \
85
   qtemporaryfile \
86
   qtextboundaryfinder \
87
   qthread \
88
   qthreadonce \
89
   qthreadpool \
90
   qthreadstorage \
91
   qtime \
92
   qtimeline \
93
   qtimer \
94
   qtmd5 \
95
   qtokenautomaton \
96
   qurl \
97
   quuid \
98
   qvarlengtharray \
99
   qvector \
100
   qwaitcondition \
101
   qwineventnotifier \
102
   qwritelocker \
103
   selftests \
104
   utf8 \
105
   qfilesystementry \
106
   qabstractfileengine
107
108
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
109
   qfileinfo \
110
   qfilesystementry \
111
112
symbian:SUBDIRS -= \
113
   qtconcurrentfilter \
114
   qtconcurrentiteratekernel \
115
   qtconcurrentmap \
116
   qtconcurrentrun \
117
   qtconcurrentthreadengine \