blob: eef9da70869caee91e073b74124fad6cb18c50c2 (
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
|
TEMPLATE = subdirs
SUBDIRS += anchors \
animations \
datetimeformatter \
layouts \
listview \
numberformatter \
pathview \
qbindablemap \
qfxloader \
qfxpixmapcache \
qfxtext \
qfxtextedit \
qfxtextinput \
qfxwebview \
qmldom \
qmlecmascript \
qmllanguage \
qmllist \
qmllistaccessor \
qmlmetaproperty \
qmltimer \
repeater \
sql \
states \
visual
SUBDIRS -= examples # Human-interactive
# Tests which should run in Pulse
PULSE_TESTS = $$SUBDIRS
PULSE_TESTS -= visual # All except 'visual' tests, allegedly too flaky
|