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