summaryrefslogtreecommitdiff
path: root/src/webchannel/doc/qtwebchannel.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/doc/qtwebchannel.qdocconf')
-rw-r--r--src/webchannel/doc/qtwebchannel.qdocconf56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf
new file mode 100644
index 0000000..e2ed336
--- /dev/null
+++ b/src/webchannel/doc/qtwebchannel.qdocconf
@@ -0,0 +1,56 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QtWebChannel
+description = Qt WebChannel Reference Documentation
+version = $QT_VERSION
+
+examplesinstallpath = webchannel
+
+qhp.projects = QtWebChannel
+
+qhp.QtWebChannel.file = qtwebchannel.qhp
+qhp.QtWebChannel.namespace = org.qt-project.qtwebchannel.$QT_VERSION_TAG
+qhp.QtWebChannel.virtualFolder = qtwebchannel
+qhp.QtWebChannel.indexTitle = Qt WebChannel
+qhp.QtWebChannel.indexRoot =
+
+qhp.QtWebChannel.filterAttributes = qtwebchannel $QT_VERSION qtrefdoc
+qhp.QtWebChannel.customFilters.Qt.name = QtWebChannel $QT_VERSION
+qhp.QtWebChannel.customFilters.Qt.filterAttributes = qtwebchannel $QT_VERSION
+
+qhp.QtWebChannel.subprojects = classes qml examples javascript
+
+qhp.QtWebChannel.subprojects.classes.title = C++ Classes
+qhp.QtWebChannel.subprojects.classes.indexTitle = Qt WebChannel C++ Classes
+qhp.QtWebChannel.subprojects.classes.selectors = class fake:headerfile
+qhp.QtWebChannel.subprojects.classes.sortPages = true
+
+qhp.QtWebChannel.subprojects.qml.title = QML Types
+qhp.QtWebChannel.subprojects.qml.indexTitle = Qt WebChannel QML Types
+qhp.QtWebChannel.subprojects.qml.selectors = qmlclass
+qhp.QtWebChannel.subprojects.qml.sortPages = true
+
+qhp.QtWebChannel.subprojects.examples.title = Examples
+qhp.QtWebChannel.subprojects.examples.indexTitle = Qt WebChannel Examples
+qhp.QtWebChannel.subprojects.examples.selectors = fake:example
+qhp.QtWebChannel.subprojects.examples.sortPages = true
+
+qhp.QtWebChannel.subprojects.javascript.title = JavaScript API
+qhp.QtWebChannel.subprojects.javascript.indexTitle = Qt WebChannel JavaScript API
+
+tagfile = ../../../doc/qtwebchannel/qtwebchannel.tags
+
+depends += qtcore qtquick qtqml qmake
+
+headerdirs += .. \
+ ../../imports
+
+sourcedirs += .. \
+ ../../imports
+
+
+exampledirs += ../../../examples/webchannel
+
+navigation.landingpage = "Qt WebChannel"
+navigation.cppclassespage = "Qt WebChannel C++ Classes"
+navigation.qmltypespage = "Qt WebChannel QML Types"