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