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.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/quick/particles/customparticle/customparticle.pro b/examples/quick/particles/customparticle/customparticle.pro
deleted file mode 100644
index 66a6895d00..0000000000
--- a/examples/quick/particles/customparticle/customparticle.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-RESOURCES += \
- customparticle.qrc \
- ../images.qrc \
- ../../shared/shared.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
-INSTALLS += target
-