summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-09-05 16:14:49 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-09-06 06:55:51 +0000
commita5345fdb996b5494c4f4858297784d4314d35511 (patch)
tree27bbbaa8b2cb74b25a2694fdf1dba87c32c37672 /basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf
parentd7e97310f2bb13818173afebd1f1d40c616250de (diff)
qtwebbrowser: merge changes from qtwebbrowser git repo
* origin/dev: Show settings on center of the screen Update url for engadget.com favicon Don't anchor to item that is part of a layout Doc: Switch to standard doc config and templates Install binaries into $$INSTALL_PREFIX Do not try to compile if the QtWebEngine is missing Add tests/tests.pro for the ci Fix missing override warning Update window title Fix build with Qt 5.7 Add documentation Update Copyright header Add GPLv3 license file Task-number: QTBUG-70390 Change-Id: I5233923302d6136d2fef28a9e446fdd592ad5d28 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
Diffstat (limited to 'basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf')
-rw-r--r--basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf36
1 files changed, 36 insertions, 0 deletions
diff --git a/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf b/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf
new file mode 100644
index 0000000..3fe897c
--- /dev/null
+++ b/basicsuite/qtwebbrowser/tqtc-qtwebbrowser/doc/qtwebbrowser-project.qdocconf
@@ -0,0 +1,36 @@
+project = "QtWebBrowser"
+description = "Qt WebBrowser Manual"
+
+sourcedirs += src
+imagedirs += images
+
+sources.fileextensions = "*.qdoc"
+
+qhp.projects = QtWebBrowser
+qhp.QtWebBrowser.file = qtwebbrowser.qhp
+qhp.QtWebBrowser.namespace = org.qt-project.qtwebbrowser.$$QT_VERSION_TAG
+qhp.QtWebBrowser.virtualFolder = qtwebbrowser
+qhp.QtWebBrowser.indexTitle = Qt WebBrowser
+qhp.QtWebBrowser.filterAttributes = qtwebbrowser
+qhp.QtWebBrowser.customFilters.QtWebBrowser.name = Qt WebBrowser $QT_VERSION
+qhp.QtWebBrowser.customFilters.QtWebBrowser.filterAttributes = qtwebbrowser $QT_VERSION
+qhp.QtWebBrowser.indexRoot =
+
+qhp.QtWebBrowser.subprojects = manual
+qhp.QtWebBrowser.subprojects.manual.indexTitle = Qt WebBrowser
+qhp.QtWebBrowser.subprojects.manual.title = Qt WebBrowser
+qhp.QtWebBrowser.subprojects.manual.type = manual
+
+#indexes += $QT_INSTALL_DOCS/qtlocation/qtlocation.index \
+# $QT_INSTALL_DOCS/qtquick/qtquick.index \
+# $QT_INSTALL_DOCS/qtvirtualkeyboard/qtvirtualkeyboard.index \
+# $QT_INSTALL_DOCS/qtwebengine/qtwebengine.index
+
+depends += qtquick qtlocation qtwebengine qtvirtualkeyboard
+
+# Doxygen compatibility commands
+macro.see = "\\sa"
+macro.function = "\\fn"
+
+navigation.homepage = "Qt WebBrowser Manual"
+buildversion = "Qt WebBrowser $QT_VERSION"