summaryrefslogtreecommitdiffstats
path: root/examples/animation
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation')
-rw-r--r--examples/animation/animation.pro1
-rw-r--r--examples/animation/sub-attaq/sub-attaq.pro4
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/animation/animation.pro b/examples/animation/animation.pro
index 4a9064d97e..e5fa7c4a56 100644
--- a/examples/animation/animation.pro
+++ b/examples/animation/animation.pro
@@ -7,6 +7,7 @@ SUBDIRS += \
moveblocks \
states \
stickman \
+ sub-attaq \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation
diff --git a/examples/animation/sub-attaq/sub-attaq.pro b/examples/animation/sub-attaq/sub-attaq.pro
index 5575f5e65f..ff3040490c 100644
--- a/examples/animation/sub-attaq/sub-attaq.pro
+++ b/examples/animation/sub-attaq/sub-attaq.pro
@@ -29,13 +29,13 @@ SOURCES += boat.cpp \
RESOURCES += subattaq.qrc
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/sub-attaq
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/sub-attaq
sources.files = $$SOURCES \
$$HEADERS \
$$RESOURCES \
$$FORMS \
sub-attaq.pro \
pics
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/sub-attaq
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/sub-attaq
INSTALLS += target \
sources