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

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

qtHaveModule(opengl): SUBDIRS += painting qquickwindow
qtHaveModule(widgets): SUBDIRS += creation

include(../trusted-benchmarks.pri)