summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/moveblocks/moveblocks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/moveblocks/moveblocks.pro')
-rw-r--r--examples/widgets/animation/moveblocks/moveblocks.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/animation/moveblocks/moveblocks.pro b/examples/widgets/animation/moveblocks/moveblocks.pro
index 35693bf25d..b7335652c0 100644
--- a/examples/widgets/animation/moveblocks/moveblocks.pro
+++ b/examples/widgets/animation/moveblocks/moveblocks.pro
@@ -1,9 +1,9 @@
SOURCES = main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/moveblocks
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/moveblocks
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS moveblocks.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/moveblocks
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/moveblocks
INSTALLS += target sources
QT += widgets