summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/stickman.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/stickman.pro')
-rw-r--r--examples/widgets/animation/stickman/stickman.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/animation/stickman/stickman.pro b/examples/widgets/animation/stickman/stickman.pro
index 43aaec113d..16d9b79a71 100644
--- a/examples/widgets/animation/stickman/stickman.pro
+++ b/examples/widgets/animation/stickman/stickman.pro
@@ -15,9 +15,9 @@ SOURCES += main.cpp \
RESOURCES += stickman.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/stickman
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/stickman
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/stickman
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro animations
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/stickman
INSTALLS += target sources
QT += widgets