summaryrefslogtreecommitdiff
path: root/doc/qtwebkitexamples.qdocconf
blob: 1103bd6b9f883af2ce5455daa298d87df6a22888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project     = QtWebKitExamples
description = "Qt WebKit Examples Documentation"
version     = $QT_VERSION

# 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.qtwebkitexamples.$QT_VERSION_TAG
qhp.QtWebKitExamples.indexTitle = Qt WebKit Examples
qhp.QtWebKitExamples.virtualFolder  = qtwebkitexamples
qhp.QtWebKitExamples.indexRoot  =
qhp.QtWebKitExamples.filterAttributes    = qtwebkitexamples $QT_VERSION qtrefdoc
qhp.QtWebKitExamples.customFilters.Qt.name = QtWebKitExamples $QT_VERSION
qhp.QtWebKitExamples.customFilters.Qt.filterAttributes = qtwebkitexamples $QT_VERSION

qhp.QtWebKitExamples.subprojects = manual
qhp.QtWebKitExamples.subprojects.manual.title = Qt WebKit Examples
qhp.QtWebKitExamples.subprojects.manual.indexTitle = Qt WebKit Examples
qhp.QtWebKitExamples.subprojects.manual.type = manual

outputdir = $QT_INSTALL_DOCS/qtwebkitexamples

depends += qtcore qtconcurrent qtdesigner qtqml qtnetwork qtwidgets qtquick qtgui qtscript qtdoc qtxml qtwebkit qtxmlpatterns

exampledirs = ../examples

examples.fileextensions += "*.html *.plist *.rc *.xbel"

sourcedirs = src

imagedirs = images

navigation.landingpage = "Qt WebKit Examples"