diff options
Diffstat (limited to 'tests/benchmarks/qml/qml.pro')
-rw-r--r-- | tests/benchmarks/qml/qml.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/qml.pro b/tests/benchmarks/qml/qml.pro new file mode 100644 index 0000000000..7a75c69dd1 --- /dev/null +++ b/tests/benchmarks/qml/qml.pro @@ -0,0 +1,18 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + binding \ + creation \ + javascript \ + holistic \ + pointers \ + qqmlcomponent \ + qqmlimage \ + qqmlmetaproperty \ + script \ + qmltime \ + js + +contains(QT_CONFIG, opengl): SUBDIRS += painting + +include(../trusted-benchmarks.pri) |