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.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/quick/particles/customparticle/customparticle.pro b/examples/quick/particles/customparticle/customparticle.pro
index 77db1a6aab..66a6895d00 100644
--- a/examples/quick/particles/customparticle/customparticle.pro
+++ b/examples/quick/particles/customparticle/customparticle.pro
@@ -2,8 +2,11 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ customparticle.qrc \
+ ../images.qrc \
+ ../../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
-qml.files = customparticle.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
-INSTALLS += target qml
+INSTALLS += target
+