aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
blob: 2cf2dff4139817642cf52a079336961c17ce07e7 (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 \
           qqmlchangeset \
           qqmlcomponent \
           qqmlmetaproperty \
           librarymetrics_performance \
#            script \ ### FIXME: doesn't build
           js \
           creation

qtHaveModule(opengl): SUBDIRS += painting qquickwindow

include(../trusted-benchmarks.pri)