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.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro
new file mode 100644
index 0000000..6d0d402
--- /dev/null
+++ b/examples/sql/sql.pro
@@ -0,0 +1,12 @@
+TEMPLATE = subdirs
+SUBDIRS = cachedtable \
+ drilldown \
+ relationaltablemodel \
+ sqlwidgetmapper
+
+!wince*: SUBDIRS += querymodel tablemodel masterdetail
+
+# install
+sources.files = connection.h sql.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/sql
+INSTALLS += sources