Move the module qdoc files from qtdoc and split up doc/src.
[profile/ivi/qtbase.git] / doc / src / sql / qtsql.qdoc
1 /*!
2     \module QtSql
3     \title QtSql Module
4     \ingroup modules
5
6     To include the definitions of the module's classes, use the
7     following directive:
8
9     \snippet doc/src/snippets/code/doc_src_qtsql.cpp 0
10
11     To link against the module, add this line to your \l qmake \c
12     .pro file:
13
14     \snippet doc/src/snippets/code/doc_src_qtsql.pro 1
15
16     See the \l{SQL Programming} guide for information about using this
17     module in your applications.
18 */