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

SUBDIRS += \
           binding \
           creation \
           holistic \
           pointers \
           qdeclarativecomponent \
           qdeclarativeimage \
           qdeclarativemetaproperty \
           script \
           qmltime

contains(QT_CONFIG, opengl): SUBDIRS += painting

include(../trusted-benchmarks.pri)