From 21aba7991592e792808ba4dfeb26fe2b9754544d Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Wed, 22 Jun 2011 14:58:03 +0200 Subject: Update sql and animation demos to be an example. Change-Id: I683383e2dab9428ea3fe4cfffba24bb7fefbc7c7 Reviewed-on: http://codereview.qt.nokia.com/618 Reviewed-by: Qt Sanity Bot Reviewed-by: David Boddie --- examples/animation/animation.pro | 1 + examples/animation/sub-attaq/sub-attaq.pro | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/animation') 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 -- cgit v1.2.3