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