summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
blob: 47242781a84f585d1fd19e4e333a19f7736f2458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs
SUBDIRS += datetimeformatter \
           numberformatter \
           qbindablemap \
           layouts \
           listview \
           pathview \
           qfxtext \
           qfxtextedit \
           simplecanvasitem \
           repeater \
           qmllanguage \
           qmlecmascript \
           qmlmetaproperty \
           qmllist \
           qmllistaccessor \
           visual

# Tests which should run in Pulse
PULSE_TESTS = $$SUBDIRS
PULSE_TESTS -= visual # All except 'visual' tests, allegedly too flaky