diff options
Diffstat (limited to 'tests/benchmarks/declarative/declarative.pro')
-rw-r--r-- | tests/benchmarks/declarative/declarative.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/declarative.pro b/tests/benchmarks/declarative/declarative.pro new file mode 100644 index 0000000..8433de5 --- /dev/null +++ b/tests/benchmarks/declarative/declarative.pro @@ -0,0 +1,10 @@ +TEMPLATE = subdirs +SUBDIRS += \ + binding \ + creation \ + pointers \ + qmlcomponent \ + qmlgraphicsimage \ + qmlmetaproperty \ + script \ +# qmltime |