diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-26 03:54:21 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-26 03:54:21 (GMT) |
commit | 0204bc0a7031d017f8999bc73005fab46cc59d5e (patch) | |
tree | 1823148ab38c85ebb17f83c52bb1b539c0128c05 /doc/src/declarative/qtdeclarative.qdoc | |
parent | 4cf30118315b32dd81b6c15fb2ac543ddc0d6895 (diff) | |
download | Qt-0204bc0a7031d017f8999bc73005fab46cc59d5e.zip Qt-0204bc0a7031d017f8999bc73005fab46cc59d5e.tar.gz Qt-0204bc0a7031d017f8999bc73005fab46cc59d5e.tar.bz2 |
Doc.
Diffstat (limited to 'doc/src/declarative/qtdeclarative.qdoc')
-rw-r--r-- | doc/src/declarative/qtdeclarative.qdoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc index 5947429..6a94b6e 100644 --- a/doc/src/declarative/qtdeclarative.qdoc +++ b/doc/src/declarative/qtdeclarative.qdoc @@ -47,4 +47,21 @@ \brief The Qt Declarative module provides a declarative framework for building highly dynamic, custom user interfaces. +To include the definitions of the module's classes, use the +following directive: + +\code +#include <QtDeclarative> +\endcode + +To link against the module, add this line to your \l qmake \c +.pro file: + +\code +QT += declarative +\endcode + +For more information on the Qt Declarative module, see the +\l{declarativeui.html}{Declarative UI} documentation. + */ |