Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / declarative.pro
1 TEMPLATE = subdirs
2
3 SUBDIRS += \
4            binding \
5            creation \
6            pointers \
7            qdeclarativecomponent \
8            qdeclarativeimage \
9            qdeclarativemetaproperty \
10            script \
11            qmltime
12
13 contains(QT_CONFIG, opengl): SUBDIRS += painting
14
15 include(../trusted-benchmarks.pri)