summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-15 03:53:51 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-15 03:54:44 (GMT)
commitf97fbd807aa5d4bf217be983fc535cdc33a0bd03 (patch)
tree93ad7d2f3c4ac38faccc2106ecc589dd8b759fc2 /tests/benchmarks
parent2c9d1ac6fb274d4b301a3fa496c01c21b497a49d (diff)
downloadQt-f97fbd807aa5d4bf217be983fc535cdc33a0bd03.zip
Qt-f97fbd807aa5d4bf217be983fc535cdc33a0bd03.tar.gz
Qt-f97fbd807aa5d4bf217be983fc535cdc33a0bd03.tar.bz2
Fix benchmark.
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/BoomBlock.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/BoomBlock.qml b/tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/BoomBlock.qml
index e48194a..b14531d 100644
--- a/tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/BoomBlock.qml
+++ b/tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/BoomBlock.qml
@@ -1,4 +1,5 @@
import Qt 4.6
+import Qt.labs.particles 1.0
Item { id:block
property bool dying: false