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