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

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

contains(QT_CONFIG, opengl): SUBDIRS += painting

include(../trusted-benchmarks.pri)