summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/qtsql.qdocconf
blob: 19dd9eae1e6fadd6c15eb98798882e5b71ee7256 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

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

examplesinstallpath     = sql

qhp.projects            = QtSql

qhp.QtSql.file            = qtsql.qhp
qhp.QtSql.namespace           = org.qt-project.qtsql.510
qhp.QtSql.virtualFolder       = qtsql
qhp.QtSql.indexTitle          = Qt SQL
qhp.QtSql.indexRoot           =

qhp.QtSql.filterAttributes    = qtsql 5.1.0 qtrefdoc
qhp.QtSql.customFilters.Qt.name = QtSql 5.1.0
qhp.QtSql.customFilters.Qt.filterAttributes = qtsql 5.1.0

qhp.QtSql.subprojects         = classes
qhp.QtSql.subprojects.classes.title = C++ Classes
qhp.QtSql.subprojects.classes.indexTitle = Qt SQL Module C++ Classes
qhp.QtSql.subprojects.classes.selectors = class fake:headerfile
qhp.QtSql.subprojects.classes.sortPages = true
tagfile                 = ../../../doc/qtsql/qtsql.tags

depends                 += qtcore qtwidgets qtdoc

headerdirs  += ..

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

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

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