aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
blob: e0d0f9f6950269a6a6d9806c5736d1ccc1b1da3c (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 \
           js \
           creation

qtHaveModule(opengl): SUBDIRS += painting qquickwindow

include(../trusted-benchmarks.pri)