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

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

contains(QT_CONFIG, opengl): SUBDIRS += painting

include(../trusted-benchmarks.pri)