aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/customparticle/customparticle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/customparticle/customparticle.pro')
-rw-r--r--examples/quick/particles/customparticle/customparticle.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/quick/particles/customparticle/customparticle.pro b/examples/quick/particles/customparticle/customparticle.pro
new file mode 100644
index 0000000000..77db1a6aab
--- /dev/null
+++ b/examples/quick/particles/customparticle/customparticle.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
+qml.files = customparticle.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
+INSTALLS += target qml