Doc: Removed the HTML template from the .qdocconf files
[profile/ivi/qtbase.git] / src / sql / doc / qtsql.qdocconf
1 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
2
3 project                 = QtSql
4 description             = Qt SQL Reference Documentation
5 url                     = http://qt-project.org/doc/qt-5.0/qtsql
6 version                 = 5.0.0
7
8 qhp.projects            = QtSql
9
10 qhp.QtSql.file            = qtsql.qhp
11 qhp.QtSql.namespace           = org.qt-project.qtsql.500
12 qhp.QtSql.virtualFolder       = qdoc
13 qhp.QtSql.indexTitle          = Qt SQL Reference Documentation
14 qhp.QtSql.indexRoot           =
15
16 qhp.QtSql.filterAttributes    = qtsql 5.0.0 qtrefdoc
17 qhp.QtSql.customFilters.Qt.name = QtSql 5.0.0
18 qhp.QtSql.customFilters.Qt.filterAttributes = qtsql 5.0.0
19 qhp.QtSql.subprojects         = classes overviews examples
20 qhp.QtSql.subprojects.classes.title = Classes
21 qhp.QtSql.subprojects.classes.indexTitle = Qt SQL's Classes
22 qhp.QtSql.subprojects.classes.selectors = class fake:headerfile
23 qhp.QtSql.subprojects.classes.sortPages = true
24 qhp.QtSql.subprojects.overviews.title = Overviews
25 qhp.QtSql.subprojects.overviews.indexTitle = All Overviews and HOWTOs
26 qhp.QtSql.subprojects.overviews.selectors = fake:page,group,module
27 qhp.QtSql.subprojects.examples.title = Qt SQL Examples
28 qhp.QtSql.subprojects.examples.indexTitle = Qt SQL Examples
29 qhp.QtSql.subprojects.examples.selectors = fake:example
30
31 tagfile                 = ../../../doc/qtsql/qtsql.tags
32
33 depends                 += qtcore qtwidgets qtdoc
34
35 headerdirs  += ..
36
37 sourcedirs  += .. \
38                ../../../examples/sql/doc/src
39
40 exampledirs += ../../../examples/sql \
41                ../ \
42                snippets
43
44 imagedirs   += images \
45                ../../../examples/sql/doc/images