|
1 TEMPLATE = subdirs |
|
2 !symbian: { |
|
3 SUBDIRS += \ |
|
4 examples \ |
|
5 qdeclarativemetatype \ |
|
6 qmetaobjectbuilder |
|
7 } |
|
8 |
|
9 SUBDIRS += \ |
|
10 parserstress \ |
|
11 qdeclarativeanchors \ |
|
12 qdeclarativeanimatedimage \ |
|
13 qdeclarativeanimations \ |
|
14 qdeclarativebehaviors \ |
|
15 qdeclarativebinding \ |
|
16 qdeclarativeborderimage \ |
|
17 qdeclarativecomponent \ |
|
18 qdeclarativeconnection \ |
|
19 qdeclarativecontext \ |
|
20 qdeclarativedebug \ |
|
21 qdeclarativedebugclient \ |
|
22 qdeclarativedebugservice \ |
|
23 qdeclarativedom \ |
|
24 qdeclarativeecmascript \ |
|
25 qdeclarativeengine \ |
|
26 qdeclarativeerror \ |
|
27 qdeclarativefolderlistmodel \ |
|
28 qdeclarativefontloader \ |
|
29 qdeclarativeflickable \ |
|
30 qdeclarativeflipable \ |
|
31 qdeclarativefocusscope \ |
|
32 qdeclarativegridview \ |
|
33 qdeclarativeimage \ |
|
34 qdeclarativeimageprovider \ |
|
35 qdeclarativeinfo \ |
|
36 qdeclarativeinstruction \ |
|
37 qdeclarativeitem \ |
|
38 qdeclarativelanguage \ |
|
39 qdeclarativelayoutitem \ |
|
40 qdeclarativelistmodel \ |
|
41 qdeclarativelistreference \ |
|
42 qdeclarativelistview \ |
|
43 qdeclarativeloader \ |
|
44 qdeclarativemoduleplugin \ |
|
45 qdeclarativemousearea \ |
|
46 qdeclarativeparticles \ |
|
47 qdeclarativepathview \ |
|
48 qdeclarativepixmapcache \ |
|
49 qdeclarativepositioners \ |
|
50 qdeclarativeproperty \ |
|
51 qdeclarativepropertymap \ |
|
52 qdeclarativeqt \ |
|
53 qdeclarativerepeater \ |
|
54 qdeclarativesmoothedanimation \ |
|
55 qdeclarativesmoothedfollow\ |
|
56 qdeclarativespringfollow \ |
|
57 qdeclarativesqldatabase \ |
|
58 qdeclarativestates \ |
|
59 qdeclarativestyledtext \ |
|
60 qdeclarativesystempalette \ |
|
61 qdeclarativetext \ |
|
62 qdeclarativetextedit \ |
|
63 qdeclarativetextinput \ |
|
64 qdeclarativetimer \ |
|
65 qdeclarativevaluetypes \ |
|
66 qdeclarativeview \ |
|
67 qdeclarativeviewer \ |
|
68 qdeclarativevisualdatamodel \ |
|
69 qdeclarativeworkerscript \ |
|
70 qdeclarativexmlhttprequest \ |
|
71 qdeclarativexmllistmodel \ |
|
72 qmlvisual \ |
|
73 qpacketprotocol |
|
74 |
|
75 contains(QT_CONFIG, webkit) { |
|
76 SUBDIRS += \ |
|
77 qdeclarativewebview |
|
78 } |
|
79 |
|
80 # Tests which should run in Pulse |
|
81 PULSE_TESTS = $$SUBDIRS |