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

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

contains(QT_CONFIG, opengl): SUBDIRS += painting qmlshadersplugin

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
           creation \
           pointers \
           qdeclarativeimage \
           script \

include(../trusted-benchmarks.pri)