diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-01-14 02:27:18 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-01-14 02:52:09 (GMT) |
commit | 8e9ec9b982808feb3608e3f9b4d4caf13b65428c (patch) | |
tree | 617bd39b837ce63aec6110b53b76724f30b853b9 /tests/benchmarks/declarative/declarative.pro | |
parent | 0c0afc25be3267dddddc63f0cf17c1fba4d5e69d (diff) | |
download | Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.zip Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.tar.gz Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.tar.bz2 |
Benchmark cleanup.
Diffstat (limited to 'tests/benchmarks/declarative/declarative.pro')
-rw-r--r-- | tests/benchmarks/declarative/declarative.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/declarative.pro b/tests/benchmarks/declarative/declarative.pro new file mode 100644 index 0000000..2f85265 --- /dev/null +++ b/tests/benchmarks/declarative/declarative.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +SUBDIRS += \ + binding \ + creation \ + pointers \ + qmlcomponent \ + qmlgraphicsimage \ + qmlmetaproperty \ + qmlpainting \ + script \ + text +# qmltime |