aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
blob: 53aa68dff387ab53415c11f444c80154449f5996 (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 \
           pointers \
           qqmlcomponent \
           qqmlimage \
           qqmlmetaproperty \
#            script \ ### FIXME: doesn't build
           js

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

include(../trusted-benchmarks.pri)