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