summaryrefslogtreecommitdiffstats
path: root/examples/sql/sql.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-22 14:58:03 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-24 16:47:24 +0200
commit21aba7991592e792808ba4dfeb26fe2b9754544d (patch)
tree287e8f3e29a6af897218eedefa8798c0ad7385ac /examples/sql/sql.pro
parente0d5221957bf0d7857f924f1f2ae63d490de0a0a (diff)
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
Diffstat (limited to 'examples/sql/sql.pro')
-rw-r--r--examples/sql/sql.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro
index 56e4f89d9b..43f15e57eb 100644
--- a/examples/sql/sql.pro
+++ b/examples/sql/sql.pro
@@ -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