aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/particles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/particles.pro')
-rw-r--r--examples/quick/particles/particles.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quick/particles/particles.pro b/examples/quick/particles/particles.pro
new file mode 100644
index 0000000000..9200113be8
--- /dev/null
+++ b/examples/quick/particles/particles.pro
@@ -0,0 +1,14 @@
+TEMPLATE = subdirs
+SUBDIRS += affectors \
+ customparticle \
+ emitters \
+ imageparticle \
+ system
+
+EXAMPLE_FILES = \
+ itemparticle
+
+#Install shared images too
+qml.files = images
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles
+INSTALLS += qml