summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2012-12-07 14:48:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-08 14:14:22 +0100
commit9f1fea542e53ee8f5855f0e35f9755fd822e744f (patch)
tree945bf4fbb24851b02c36697a1ca7c900c70ab4ce /doc
parent4ff9ba19b4d4c8c08de8be23cd531abd9ff61518 (diff)
Add a qdocconf file for the webkit examples and demos module.
This should help having at least a few documented examples for 5.0 and in Creator. Change-Id: I7b26d01cc26eb1a670029aac171d54980a775fac Reviewed-by: Michael Bruning <michael.bruning@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.pro2
-rw-r--r--doc/qtwebkitexamples.qdocconf30
2 files changed, 32 insertions, 0 deletions
diff --git a/doc/doc.pro b/doc/doc.pro
new file mode 100644
index 0000000..2f52f3d
--- /dev/null
+++ b/doc/doc.pro
@@ -0,0 +1,2 @@
+TEMPLATE = aux
+QMAKE_DOCS = $$PWD/qtwebkitexamples.qdocconf
diff --git a/doc/qtwebkitexamples.qdocconf b/doc/qtwebkitexamples.qdocconf
new file mode 100644
index 0000000..2307f9f
--- /dev/null
+++ b/doc/qtwebkitexamples.qdocconf
@@ -0,0 +1,30 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QtWebKitExamples
+description = "Qt WebKit Examples and Demos Documentation"
+url = http://qt-project.org/doc/qt-5.0/qtwebkit-examples
+version = 5.0.0
+
+# Defines the name of the project. You cannot use operators (+, =, -) in
+# the name. Properties for this project are set using a qhp.<projectname>.property
+# format.
+
+qhp.projects = QtWebKitExamples
+
+qhp.QtWebKitExamples.file = qtwebkitexamples.qhp
+qhp.QtWebKitExamples.namespace = org.qt-project.qtwebkit-examples.500
+qhp.QtWebKitExamples.indexTitle = Qt WebKit Examples
+qhp.QtWebKitExamples.virtualFolder = qtwebkit-examples
+qhp.QtWebKitExamples.indexRoot =
+qhp.QtQml.filterAttributes = qtwebkit-examples 5.0.0 qtrefdoc
+qhp.QtQml.customFilters.Qt.name = QtWebKit 5.0.0
+qhp.QtQml.customFilters.Qt.filterAttributes = qtwebkit-examples 5.0.0
+
+outputdir = $QT_INSTALL_DOCS/qtwebkitexamples
+
+depends += qtcore qtwidgets qtgui qtscript qtdoc qtprintsupport qtxml qtwebkitwidgets
+
+exampledirs = ../examples/webkit
+# No documentation for the browser atm, we might want to revive this
+# and add it to the exampledirs
+# ../examples/browser