1
TEMPLATE = subdirs
2
3
SUBDIRS += \
4
           binding \
5
           creation \
6
           pointers \
7
           qdeclarativecomponent \
8
           qdeclarativeimage \
9
           qdeclarativemetaproperty \
10
           script \
11
           qmltime
12
13
contains(QT_CONFIG, opengl): SUBDIRS += painting qmlshadersplugin
14
15
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
16
           creation \
17
           pointers \
18
           qdeclarativeimage \
19
           script \
20
21
include(../trusted-benchmarks.pri)