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

SUBDIRS += \
           binding \
           creation \
           javascript \
           holistic \
           pointers \
           qqmlcomponent \
           qqmlimage \
           qqmlmetaproperty \
           script \
           qmltime \
           js \
           qquickwindow

qtHaveModule(opengl): SUBDIRS += painting

include(../trusted-benchmarks.pri)