aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
blob: 9c7583cd3b462217f68caee2386bcec5fed38817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs

SUBDIRS += \
           binding \
           creation \
           compilation \
           javascript \
           holistic \
           pointers \
           qqmlcomponent \
           qqmlimage \
           qqmlmetaproperty \
#            script \ ### FIXME: doesn't build
           qmltime \
           js \
           qquickwindow

qtHaveModule(opengl): SUBDIRS += painting

include(../trusted-benchmarks.pri)