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