summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
blob: e1d6bb941324e5408954a5560fa98c8fcc625629 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
TEMPLATE = subdirs
!symbian: {
SUBDIRS += \
           qdeclarativemetatype
}

SUBDIRS += \
           examples \
           parserstress \
           qdeclarativecomponent \
           qdeclarativecontext \
           qdeclarativeengine \
           qdeclarativeerror \
           qdeclarativefolderlistmodel \
           qdeclarativeinfo \
           qdeclarativelayoutitem \
           qdeclarativelistreference \
           qdeclarativemoduleplugin \
           qdeclarativeparticles \
           qdeclarativepixmapcache \
           qdeclarativeqt \
           qdeclarativeview \
           qdeclarativeviewer \
           qdeclarativexmlhttprequest \
           qmlvisual \
           moduleqt47

contains(QT_CONFIG, private_tests) {
    SUBDIRS += \
           qdeclarativeanchors \
           qdeclarativeanimatedimage \
           qdeclarativeanimations \
           qdeclarativeapplication \
           qdeclarativebehaviors \
           qdeclarativebinding \
           qdeclarativeborderimage \
           qdeclarativeconnection \
           qdeclarativedebug \
           qdeclarativedebugclient \
           qdeclarativedebugservice \
           qdeclarativedebugjs \
           qdeclarativedom \
           qdeclarativeecmascript \
           qdeclarativeflickable \
           qdeclarativeflipable \
           qdeclarativefocusscope \
           qdeclarativefontloader \
           qdeclarativegridview \
           qdeclarativeimage \
           qdeclarativeimageprovider \
           qdeclarativeinstruction \
           qdeclarativeitem \
           qdeclarativelanguage \
           qdeclarativelistmodel \
           qdeclarativelistview \
           qdeclarativeloader \
           qdeclarativemousearea \
           qdeclarativepathview \
           qdeclarativepincharea \
           qdeclarativepositioners \
           qdeclarativeproperty \
           qdeclarativepropertymap \
           qdeclarativerepeater \
           qdeclarativesmoothedanimation \
           qdeclarativespringanimation \
           qdeclarativestyledtext \
           qdeclarativestates \
           qdeclarativesystempalette \
           qdeclarativetext \
           qdeclarativetextedit \
           qdeclarativetextinput \
           qdeclarativetimer \
           qdeclarativevaluetypes \
           qdeclarativevisualdatamodel \
           qdeclarativeworkerscript \
           qdeclarativexmllistmodel \
           qpacketprotocol

    # This test requires the xmlpatterns module
    !contains(QT_CONFIG,xmlpatterns): SUBDIRS -= qdeclarativexmllistmodel
}

contains(QT_CONFIG, opengl): SUBDIRS += qmlshadersplugin

# Tests which should run in Pulse
PULSE_TESTS = $$SUBDIRS

# XXX: These tests are failing on some platform(s) - they need to be fixed after
# the module is added to Qt
examples.CONFIG += no_check_target
qmlshadersplugin.CONFIG += no_check_target
qdeclarativeanimatedimage.CONFIG += no_check_target
qdeclarativeapplication.CONFIG += no_check_target
qdeclarativeconnection.CONFIG += no_check_target
qdeclarativedebug.CONFIG += no_check_target
qdeclarativedebugclient.CONFIG += no_check_target
qdeclarativedebugservice.CONFIG += no_check_target
qdeclarativedebugjs.CONFIG += no_check_target
qdeclarativeecmascript.CONFIG += no_check_target
qdeclarativeflickable.CONFIG += no_check_target
qdeclarativefolderlistmodel.CONFIG += no_check_target
qdeclarativegridview.CONFIG += no_check_target
qdeclarativeimage.CONFIG += no_check_target
qdeclarativeitem.CONFIG += no_check_target
qdeclarativelanguage.CONFIG += no_check_target
qdeclarativelistmodel.CONFIG += no_check_target
qdeclarativelistview.CONFIG += no_check_target
qdeclarativeloader.CONFIG += no_check_target
qdeclarativeparticles.CONFIG += no_check_target
qdeclarativepathview.CONFIG += no_check_target
qdeclarativeqt.CONFIG += no_check_target
qdeclarativerepeater.CONFIG += no_check_target
qdeclarativevaluetypes.CONFIG += no_check_target
qdeclarativeviewer.CONFIG += no_check_target
qdeclarativeworkerscript.CONFIG += no_check_target
qdeclarativexmlhttprequest.CONFIG += no_check_target
qdeclarativexmllistmodel.CONFIG += no_check_target
qmlvisual.CONFIG += no_check_target