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

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