-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqtsql.qdocconf
57 lines (42 loc) · 1.73 KB
/
qtsql.qdocconf
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
48
49
50
51
52
53
54
55
56
57
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf)
project = QtSql
description = Qt SQL Reference Documentation
version = $QT_VERSION
examplesinstallpath = sql
qhp.projects = QtSql
qhp.QtSql.file = qtsql.qhp
qhp.QtSql.namespace = org.qt-project.qtsql.$QT_VERSION_TAG
qhp.QtSql.virtualFolder = qtsql
qhp.QtSql.indexTitle = Qt SQL
qhp.QtSql.indexRoot =
qhp.QtSql.subprojects = manual classes
qhp.QtSql.subprojects.manual.title = Qt SQL
qhp.QtSql.subprojects.manual.indexTitle = Qt SQL module topics
qhp.QtSql.subprojects.manual.type = manual
qhp.QtSql.subprojects.classes.title = C++ Classes
qhp.QtSql.subprojects.classes.indexTitle = Qt SQL 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 qmake qtcmake
headerdirs += ..
sourcedirs += .. \
../../../examples/sql/doc/src
exampledirs += ../../../examples/sql \
../ \
. \ \
snippets
imagedirs += images \
../../../examples/sql/doc/images
navigation.landingpage = "Qt SQL"
navigation.cppclassespage = "Qt SQL C++ Classes"
# Auto-generate navigation linking based on "Qt SQL module topics":
navigation.toctitles = "Qt SQL module topics"
navigation.toctitles.inclusive = false
# Highlighted examples in Data Processing & IO category
manifestmeta.highlighted.names = \
"QtSql/Master Detail Example" \
"QtSql/SQL Browser"
# Enforce zero documentation warnings
warninglimit = 0