--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/sql/sql.pro Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,20 @@
+TEMPLATE = subdirs
+
+SUBDIRS = drilldown
+!symbian: SUBDIRS += cachedtable \
+ relationaltablemodel \
+ sqlwidgetmapper
+
+!wince*:!symbian: SUBDIRS += \
+ querymodel \
+ tablemodel \
+ masterdetail
+
+symbian: SUBDIRS += 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)