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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/particles/system/system.pro b/examples/particles/system/system.pro
index 9623bb5acb..7cc3165483 100644
--- a/examples/particles/system/system.pro
+++ b/examples/particles/system/system.pro
@@ -6,5 +6,6 @@ SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
qml.files = system.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
-INSTALLS += target qml
-
+sources.files = $$SOURCES system.pro
+sources.path = $$qml.path
+INSTALLS += sources target qml