summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-11 05:26:42 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-03-11 05:26:42 (GMT)
commitfcea69d5136749827439fd6b2b45371034ca9599 (patch)
tree2b168f4863cafd5caa69fd0dc227ca102a7ea87a /examples
parent16b28550f03ec69cee8481d93c3ba2c8830e53f5 (diff)
downloadQt-fcea69d5136749827439fd6b2b45371034ca9599.zip
Qt-fcea69d5136749827439fd6b2b45371034ca9599.tar.gz
Qt-fcea69d5136749827439fd6b2b45371034ca9599.tar.bz2
Move particles in their own plugin (Qt.labs.particles)
Task-number: QT-2846
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/animations/color-animation.qml1
-rw-r--r--examples/declarative/dynamic/dynamic.qml1
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/declarative/animations/color-animation.qml b/examples/declarative/animations/color-animation.qml
index 6740522..025134b 100644
--- a/examples/declarative/animations/color-animation.qml
+++ b/examples/declarative/animations/color-animation.qml
@@ -1,4 +1,5 @@
import Qt 4.6
+import Qt.labs.particles 1.0
Item {
id: window
diff --git a/examples/declarative/dynamic/dynamic.qml b/examples/declarative/dynamic/dynamic.qml
index 6af3e81..7de4d38 100644
--- a/examples/declarative/dynamic/dynamic.qml
+++ b/examples/declarative/dynamic/dynamic.qml
@@ -1,4 +1,5 @@
import Qt 4.6
+import Qt.labs.particles 1.0
import "qml"
Item {
diff --git a/examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml b/examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml
index 9ef455a..a6ef62c 100644
--- a/examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml
+++ b/examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml
@@ -1,4 +1,5 @@
import Qt 4.6
+import Qt.labs.particles 1.0
Item { id:block
property int type: 0