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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/animation/stickman/stickman.pro b/examples/widgets/animation/stickman/stickman.pro
index 16d9b79a71..527fdf1132 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/widgets/animation/stickman
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/stickman
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro animations
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/stickman
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/stickman
INSTALLS += target sources
QT += widgets