blob: 02d5a554a9f2ced947e652dd1164beae34b63eb3 (
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
|
TEMPLATE = subdirs
SUBDIRS += \
anchors \ # Cover
animatedimage \ # Cover
animations \ # Cover
behaviors \ # Cover
datetimeformatter \ # Cover
examples \
layouts \ # Cover
listview \ # Cover
qmlgraphicsgridview \ # Cover
numberformatter \ # Cover
pathview \ # Cover
qfxloader \ # Cover
qfxtextedit \ # Cover
qfxtextinput \ # Cover
qfxwebview \ # Cover
qmetaobjectbuilder \ # Cover
qmlcontext \ # Cover
qmldom \ # Cover
qmlecmascript \ # Cover
qmlfontloader \ # Cover
qmlgraphicsborderimage \ # Cover
qmlgraphicsparticles \ # Cover
qmlgraphicstext \ # Cover
qmllanguage \ # Cover
qmllist \ # Cover
qmllistaccessor \ # Cover
qmlmetaproperty \ # Cover
qmlmetatype \ # Cover
qmlpixmapcache \ # Cover
qmlpropertymap \ # Cover
qmlqt \ # Cover
qmlsystempalette \ # Cover
qmltimer \ # Cover
qmlxmllistmodel \ # Cover
repeater \ # Cover
sql \ # Cover
states \ # Cover
valuetypes \ # Cover
visual # Cover
# Tests which should run in Pulse
PULSE_TESTS = $$SUBDIRS
|