blob: bd218f5c90193544f0292ee5f3848023c684a24c (
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
|
#Staging tests that require no data or style ibfo
TEMPLATE = subdirs
SUBDIRS += qdbusabstractadaptor \
qdbusabstractinterface \
qdbuscontext \
qdbusinterface \
qdbuslocalcalls \
qdbusmetaobject \
qdbusmetatype \
qdbuspendingcall \
qdbuspendingreply \
qdbusreply \
qdbusservicewatcher \
qdbusthreading \
qdbusxmlparser \
qdebug \
qeventloop \
qmutexlocker \
qnetworkaddressentry \
qnetworkproxy \
qnetworkrequest \
qnetworkcookie \
qnetworkcookiejar \
qobjectrace \
qpainterpathstroker \
qpen \
qpoint \
qpolygon \
qquaternion \
qqueue \
qrand \
qreadlocker \
qreadwritelock \
qrect \
qringbuffer \
qscopedpointer \
qscriptclass \
qscriptcontextinfo \
qscriptstring \
qscriptvalueiterator \
qsequentialanimationgroup \
qset \
qwaitcondition
|