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

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

qtHaveModule(opengl): SUBDIRS += painting

include(../trusted-benchmarks.pri)