6f226a8e3486ba562cbba2e3924066e911d528e2
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qml.pro
1 TEMPLATE = subdirs
2
3 METATYPETESTS += \
4     qqmlmetatype
5
6 PUBLICTESTS += \
7     parserstress \
8     qjsengine \
9     qjsvalue \
10     qjsvalueiterator \
11     qjsonbinding \
12     qmlmin \
13     qmlplugindump \
14     qqmlcomponent \
15     qqmlconsole \
16     qqmlengine \
17     qqmlerror \
18     qqmlincubator \
19     qqmlinfo \
20     qqmllistreference \
21     qqmllocale \
22     qqmlmetaobject \
23     qqmlmoduleplugin \
24     qqmlqt \
25     qqmltranslation \
26     qqmlxmlhttprequest \
27     qqmlparser \
28     qquickfolderlistmodel
29
30 PRIVATETESTS += \
31     animation \
32     qqmlcpputils \
33     qqmlecmascript \
34     qqmlcontext \
35     qqmlexpression \
36     qqmlglobal \
37     qqmlinstruction \
38     qqmllanguage \
39     qqmlproperty \
40     qqmlpropertymap \
41     qqmlsqldatabase \
42     qqmlvaluetypes \
43     qquickbinding \
44     qquickchangeset \
45     qquickconnection \
46     qquicklistcompositor \
47     qquicklistmodel \
48     qquicklistmodelworkerscript \
49     qquickworkerscript \
50     v4
51
52 SUBDIRS += $$PUBLICTESTS
53 SUBDIRS += $$METATYPETESTS
54 SUBDIRS += debugger
55
56 contains(QT_CONFIG, private_tests) {
57     SUBDIRS += $$PRIVATETESTS
58 }