summaryrefslogtreecommitdiff
path: root/doc/qtwebkitexamples.qdocconf
blob: d87e530251c9ab4b6f49d68b6daa051c56e9ffec (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project     = QtWebKitExamples
description = "Qt WebKit Examples Documentation"
url         = http://qt-project.org/doc/qt-$QT_VER/qtwebkitexamples
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 = QtWebKit $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 qtwidgets qtquick qtgui qtscript qtdoc qtxml qtwebkitwidgets qtwebkit

exampledirs = ../examples

sourcedirs = src

imagedirs = images