Doc: Enabled linking to Qt WebChannel.

Added the project to the depends variable
and added it to the list of modules.

Change-Id: I80ad2bada0bf28489c080cbc5a373103646c3b5e
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
This commit is contained in:
Jerome Pasion 2014-08-17 17:53:17 +02:00
parent 5a2b9ca184
commit 54b396ae3e
2 changed files with 8 additions and 1 deletions

View File

@ -45,6 +45,7 @@ depends += \
qttestlib \
qttools \
qtuitools \
qtwebchannel \
qtwebsockets \
qtwidgets \
qtwinextras \

View File

@ -1,6 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@ -238,6 +238,12 @@
\li
\li Classes for displaying the contents of SVG files. Supports a subset of the
\l{http://www.w3.org/TR/SVGTiny12/}{SVG 1.2 Tiny} standard.
\row
\li \l{Qt WebChannel}
\li All
\li All
\li Provides access to QObject or QML objects from HTML clients for seamless
integration of Qt applications with HTML/JavaScript clients.
\row
\li \l{Qt WebSockets}
\li All