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.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro
new file mode 100644
index 0000000000..7de4a5c3a0
--- /dev/null
+++ b/examples/sql/sql.pro
@@ -0,0 +1,20 @@
+TEMPLATE = subdirs
+
+SUBDIRS = drilldown
+!symbian: SUBDIRS += cachedtable \
+ relationaltablemodel \
+ sqlwidgetmapper
+
+!wince*: SUBDIRS += masterdetail
+
+!wince*:!symbian: SUBDIRS += \
+ querymodel \
+ tablemodel
+
+
+# install
+sources.files = connection.h sql.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql
+INSTALLS += sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)