aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
blob: bcfbcbdbf0a25f9aca7ac96e09b5cf0785a01f1e (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
TEMPLATE = subdirs

METATYPETESTS += \
    qqmlmetatype

PUBLICTESTS += \
    parserstress \
    qjsengine \
    qjsvalue \
    qjsvalueiterator \
    qmlmin \
    qmlplugindump \
    qqmlcomponent \
    qqmlconsole \
    qqmlcontext \
    qqmlengine \
    qqmlerror \
    qqmlincubator \
    qqmlinfo \
    qqmllistreference \
    qqmllocale \
    qqmlmetaobject \
    qqmlmoduleplugin \
    qqmlqt \
    qqmltranslation \
    qqmlxmlhttprequest \
    qqmlparser \
    qquickfolderlistmodel

PRIVATETESTS += \
    animation \
    qqmlcpputils \
    qqmlecmascript \
    qqmlexpression \
    qqmlimageprovider \
    qqmlinstruction \
    qqmllanguage \
    qqmlproperty \
    qqmlpropertymap \
    qqmlsqldatabase \
    qqmlvaluetypes \
    qquickbinding \
    qquickchangeset \
    qquickconnection \
    qquicklistcompositor \
    qquicklistmodel \
    qquickworkerscript \
    v4

SUBDIRS += $$PUBLICTESTS
SUBDIRS += $$METATYPETESTS
SUBDIRS += debugger

contains(QT_CONFIG, private_tests) {
    SUBDIRS += $$PRIVATETESTS
}