4065dbf508b8d5224dbf2ea0f3d8fb66f5f64e0d
[profile/ivi/qtdeclarative.git] / tests / auto / quick / quick.pro
1 TEMPLATE = subdirs
2
3 PUBLICTESTS += \
4     examples \
5     geometry \
6     nodes \
7     rendernode \
8     qquickpixmapcache
9
10 # This test requires the qtconcurrent module
11 !contains(QT_CONFIG, concurrent):PUBLICTESTS -= qquickpixmapcache
12
13 PRIVATETESTS += \
14     qquickanimations \
15     qquickapplication \
16     qquickbehaviors \
17     qquickfontloader \
18     qquickpath \
19     qquicksmoothedanimation \
20     qquickspringanimation \
21     qquickstyledtext \
22     qquickstates \
23     qquicksystempalette \
24     qquicktimer \
25     qquickxmllistmodel
26
27 # This test requires the xmlpatterns module
28 !contains(QT_CONFIG,xmlpatterns):PRIVATETESTS -= qquickxmllistmodel
29
30 # FIXME
31 # qquickdroparea is disabled because it depends on changes that
32 # have not been merged from qtbase/master to qtbase/api_changes yet:
33     #qquickdroparea \
34
35 QUICKTESTS =  \
36     qquickaccessible \
37     qquickanchors \
38     qquickanimatedimage \
39     qquickanimatedsprite \
40     qquickborderimage \
41     qquickcanvas \
42     qquickdrag \
43     qquickflickable \
44     qquickflipable \
45     qquickfocusscope \
46     qquickgridview \
47     qquickimage \
48     qquickitem \
49     qquickitem2 \
50     qquickitemlayer \
51     qquicklistview \
52     qquickloader \
53     qquickmousearea \
54     qquickmultipointtoucharea \
55     qquickpathview \
56     qquickpincharea \
57     qquickpositioners \
58     qquickrepeater \
59     qquickshadereffect \
60     qquickspritesequence \
61     qquicktext \
62     qquicktextedit \
63     qquicktextinput \
64     qquickvisualdatamodel \
65     qquickview \
66     qquickcanvasitem \
67     qquickscreen \
68
69
70 SUBDIRS += $$PUBLICTESTS
71
72 contains(QT_CONFIG, private_tests) {
73     SUBDIRS += $$PRIVATETESTS
74     SUBDIRS += $$QUICKTESTS
75 }