Move the module qdoc files from qtdoc and split up doc/src.
[profile/ivi/qtbase.git] / doc / src / printsupport / qtprintsupport.qdoc
1 /*!
2     \module QtPrintSupport
3     \title QtPrintSupport Module
4     \ingroup modules
5
6     \brief The QtPrintSupport module provides classes to make printing
7     easier and portable.
8
9     To include the definitions of the module's classes, use the
10     following directive:
11
12     \snippet doc/src/snippets/code/doc_src_qtprintsupport.cpp 1
13
14     To link against the module, add this line to your \l qmake \c
15     .pro file:
16
17     \snippet doc/src/snippets/code/doc_src_qtprintsupport.pro 0
18 */
19