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.pro16
1 files changed, 11 insertions, 5 deletions
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro
index 6d0d402..644e2c7 100644
--- a/examples/sql/sql.pro
+++ b/examples/sql/sql.pro
@@ -1,12 +1,18 @@
TEMPLATE = subdirs
-SUBDIRS = cachedtable \
- drilldown \
- relationaltablemodel \
- sqlwidgetmapper
-!wince*: SUBDIRS += querymodel tablemodel masterdetail
+SUBDIRS = drilldown
+!symbian: SUBDIRS += cachedtable \
+ relationaltablemodel \
+ sqlwidgetmapper
+
+!wince*:!symbian: SUBDIRS += \
+ querymodel \
+ tablemodel \
+ masterdetail
# install
sources.files = connection.h sql.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/sql
INSTALLS += sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)