summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/easing/easing.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/easing/easing.pro')
-rw-r--r--examples/widgets/animation/easing/easing.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/animation/easing/easing.pro b/examples/widgets/animation/easing/easing.pro
index 581103a4bf..3263d07089 100644
--- a/examples/widgets/animation/easing/easing.pro
+++ b/examples/widgets/animation/easing/easing.pro
@@ -8,9 +8,9 @@ FORMS = form.ui
RESOURCES = easing.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/easing
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/easing
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/easing
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/easing
INSTALLS += target sources
QT += widgets