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.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/particles/system/system.pro b/examples/particles/system/system.pro
deleted file mode 100644
index 7cc3165483..0000000000
--- a/examples/particles/system/system.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
-qml.files = system.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
-sources.files = $$SOURCES system.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml