aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/animation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/animation.pro')
-rw-r--r--examples/quick/animation/animation.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/quick/animation/animation.pro b/examples/quick/animation/animation.pro
index 58e9226ea5..70d71688a4 100644
--- a/examples/quick/animation/animation.pro
+++ b/examples/quick/animation/animation.pro
@@ -3,8 +3,9 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/quick/animation
-qml.files = animation.qml basics behaviors easing pathanimation pathinterpolator states
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/animation
-INSTALLS += target qml
+RESOURCES += \
+ ../shared/shared.qrc \
+ animation.qrc
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/animation
+INSTALLS += target