aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/system/system.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/system/system.pro')
-rw-r--r--examples/quick/particles/system/system.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/quick/particles/system/system.pro b/examples/quick/particles/system/system.pro
index f2e3567543..df143f10a3 100644
--- a/examples/quick/particles/system/system.pro
+++ b/examples/quick/particles/system/system.pro
@@ -2,8 +2,10 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
+RESOURCES += \
+ system.qrc \
+ ../images.qrc \
+ ../../shared/shared.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/system
-qml.files = system.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/system
-INSTALLS += target qml
+INSTALLS += target