summaryrefslogtreecommitdiffstats
path: root/doc/src/sql/qtsql.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sql/qtsql.qdoc')
-rw-r--r--doc/src/sql/qtsql.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/sql/qtsql.qdoc b/doc/src/sql/qtsql.qdoc
new file mode 100644
index 0000000000..fb05985874
--- /dev/null
+++ b/doc/src/sql/qtsql.qdoc
@@ -0,0 +1,18 @@
+/*!
+ \module QtSql
+ \title QtSql Module
+ \ingroup modules
+
+ To include the definitions of the module's classes, use the
+ following directive:
+
+ \snippet doc/src/snippets/code/doc_src_qtsql.cpp 0
+
+ To link against the module, add this line to your \l qmake \c
+ .pro file:
+
+ \snippet doc/src/snippets/code/doc_src_qtsql.pro 1
+
+ See the \l{SQL Programming} guide for information about using this
+ module in your applications.
+*/