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