summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/declarative.pro
blob: 73e40b2ff910bec46b063f300e60ccac86bf59e0 (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 qmlshadersplugin

include(../trusted-benchmarks.pri)