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 <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
This commit is contained in:
Casper van Donderen 2011-06-22 14:58:03 +02:00 committed by Qt by Nokia
parent e0d5221957
commit 21aba79915
5 changed files with 16 additions and 9 deletions

View File

@ -7,6 +7,7 @@ SUBDIRS += \
moveblocks \
states \
stickman \
sub-attaq \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation

View File

@ -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

View File

@ -8,12 +8,12 @@ FORMS = bookwindow.ui
QT += sql
target.path = $$[QT_INSTALL_DEMOS]/qtbase/books
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/books
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/books
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/books
INSTALLS += target sources
symbian: CONFIG += qt_demo
symbian: CONFIG += qt_example
wince*: {
CONFIG(debug, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll

View File

@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = drilldown
SUBDIRS = books \
drilldown
!symbian: SUBDIRS += cachedtable \
relationaltablemodel \
sqlwidgetmapper
@ -11,6 +12,11 @@ SUBDIRS = drilldown
querymodel \
tablemodel
!cross_compile:{
contains(QT_BUILD_PARTS, tools):{
SUBDIRS += sqlbrowser
}
}
# install
sources.files = connection.h sql.pro README

View File

@ -13,12 +13,12 @@ build_all:!build_pass {
}
# install
target.path = $$[QT_INSTALL_DEMOS]/qtbase/sqlbrowser
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser
sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/sqlbrowser
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser
INSTALLS += target sources
symbian: CONFIG += qt_demo
symbian: CONFIG += qt_example
wince*: {
DEPLOYMENT_PLUGIN += qsqlite