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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/animation/appchooser/appchooser.pro b/examples/widgets/animation/appchooser/appchooser.pro
index 868fe59f8e..ac7b0ca335 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/widgets/animation/appchooser
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/appchooser
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro *.png
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/appchooser
INSTALLS += target sources
QT += widgets