diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2011-10-17 14:17:41 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-17 06:50:41 +0200 |
commit | bd0f948a40da1fa04f1035b2278856e2b8649ab1 (patch) | |
tree | 3b4bc40896b37e52b70ac78bd33c1a9ad94d3cc2 /tests/benchmarks/particles/affectors/affectors.pro | |
parent | af3b3cd20060f7a55d64bd7b7533854267d133f7 (diff) |
Add Affector Benchmark
Just for generic affector.
Change-Id: I62acf524eb2c6491bc88fd687a0065866d7ceaaa
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/benchmarks/particles/affectors/affectors.pro')
-rw-r--r-- | tests/benchmarks/particles/affectors/affectors.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/particles/affectors/affectors.pro b/tests/benchmarks/particles/affectors/affectors.pro new file mode 100644 index 0000000000..4d1926da22 --- /dev/null +++ b/tests/benchmarks/particles/affectors/affectors.pro @@ -0,0 +1,10 @@ +CONFIG += testcase +TARGET = tst_affectors +SOURCES += tst_affectors.cpp +macx:CONFIG -= app_bundle + +testDataFiles.files = data +testDataFiles.path = . +DEPLOYMENT += testDataFiles + +QT += core-private gui-private v8-private declarative-private opengl-private testlib |