File: qtwebkitexamples.qdocconf

package info (click to toggle)
qtwebkit-examples-opensource-src 5.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,780 kB
  • ctags: 1,298
  • sloc: cpp: 11,691; makefile: 31
file content (38 lines) | stat: -rw-r--r-- 1,455 bytes parent folder | download | duplicates (2)
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
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
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

sourcedirs = src

imagedirs = images

navigation.landingpage = "Qt WebKit Examples"