summaryrefslogtreecommitdiffstats
path: root/examples/sql/sql.pro
diff options
context:
space:
mode:
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 9c2829d776..68b54e42ca 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