summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/qtsql.qdocconf
blob: dabe21a44bbdaeec5d2cab272e43430920aed35e (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
40
41
42
43
44
45
46
47
include(../../../doc/global/qt-html-templates-offline.qdocconf)
include(../../../doc/global/qt-module-defaults.qdocconf)

project                 = QtSql
description             = Qt SQL Reference Documentation
url                     = http://qt-project.org/doc/qt-5.0/qtsql
version                 = 5.0.0

qhp.projects            = QtSql

qhp.QtSql.file            = qtsql.qhp
qhp.QtSql.namespace           = org.qt-project.qtsql.500
qhp.QtSql.virtualFolder       = qdoc
qhp.QtSql.indexTitle          = Qt SQL Reference Documentation
qhp.QtSql.indexRoot           =

qhp.QtSql.filterAttributes    = qtsql 5.0.0 qtrefdoc
qhp.QtSql.customFilters.Qt.name = QtSql 5.0.0
qhp.QtSql.customFilters.Qt.filterAttributes = qtsql 5.0.0
qhp.QtSql.subprojects         = classes overviews examples
qhp.QtSql.subprojects.classes.title = Classes
qhp.QtSql.subprojects.classes.indexTitle = Qt SQL's Classes
qhp.QtSql.subprojects.classes.selectors = class fake:headerfile
qhp.QtSql.subprojects.classes.sortPages = true
qhp.QtSql.subprojects.overviews.title = Overviews
qhp.QtSql.subprojects.overviews.indexTitle = All Overviews and HOWTOs
qhp.QtSql.subprojects.overviews.selectors = fake:page,group,module
qhp.QtSql.subprojects.examples.title = Qt SQL Examples
qhp.QtSql.subprojects.examples.indexTitle = Qt SQL Examples
qhp.QtSql.subprojects.examples.selectors = fake:example

outputdir               = ../../../doc/qtsql
tagfile                 = ../../../doc/qtsql/qtsql.tags

depends                 += qtcore

headerdirs  += ..

sourcedirs  += .. \
               ../../../examples/sql/doc/src

exampledirs += ../../../examples/sql \
               ../ \
               snippets

imagedirs   += images \
               ../../../examples/sql/doc/images