e36ff777527bf326b55541c1ee1ff6ca577871d3
[profile/ivi/qtdeclarative.git] / src / qml / doc / src / qtqml-cpp.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
4 ** Contact: http://www.qt-project.org/
5 **
6 ** This file is part of the documentation of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:FDL$
9 ** GNU Free Documentation License
10 ** Alternatively, this file may be used under the terms of the GNU Free
11 ** Documentation License version 1.3 as published by the Free Software
12 ** Foundation and appearing in the file included in the packaging of
13 ** this file.
14 **
15 ** Other Usage
16 ** Alternatively, this file may be used in accordance with the terms
17 ** and conditions contained in a signed written agreement between you
18 ** and Nokia.
19 **
20 **
21 **
22 **
23 **
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27 /*!
28 \module QtQml
29 \title Qt QML - C++ Classes
30 \brief The C++ API provided by the Qt QML module
31
32 To include the definitions of the module's classes, use the
33 following directive:
34
35 \code
36 #include <QtQml>
37 \endcode
38
39 To link against the module, add this line to your \l qmake \c
40 .pro file:
41
42 \code
43 QT += qml
44 \endcode
45
46 For more information on the Qt QML module, see the
47 \l{Qt QML} module documentation.
48 */
49
50