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

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qfileinfo \