diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-15 03:53:51 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-15 03:54:44 (GMT) |
commit | f97fbd807aa5d4bf217be983fc535cdc33a0bd03 (patch) | |
tree | 93ad7d2f3c4ac38faccc2106ecc589dd8b759fc2 /tests/benchmarks | |
parent | 2c9d1ac6fb274d4b301a3fa496c01c21b497a49d (diff) | |
download | Qt-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.qml | 1 |
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 |