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