mirror of https://github.com/qt/qtdoc.git
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:
parent
5a2b9ca184
commit
54b396ae3e
|
|
@ -45,6 +45,7 @@ depends += \
|
|||
qttestlib \
|
||||
qttools \
|
||||
qtuitools \
|
||||
qtwebchannel \
|
||||
qtwebsockets \
|
||||
qtwidgets \
|
||||
qtwinextras \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue