summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/qtpdf.qdocconf
blob: 6be1b46e0718d27bc0594597e37d51447c3a5632 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtPdf
description             = Qt Pdf Reference Documentation
version                 = $QT_VERSION

qhp.projects            = QtPdf

qhp.QtPdf.file                = qtpdf.qhp
qhp.QtPdf.namespace           = org.qt-project.qtpdf.$QT_VERSION_TAG
qhp.QtPdf.virtualFolder       = qtpdf
qhp.QtPdf.indexTitle          = Qt PDF
qhp.QtPdf.indexRoot           =

qhp.QtPdf.subprojects         = classes qmltypes examples

qhp.QtPdf.subprojects.classes.title = C++ Classes
qhp.QtPdf.subprojects.classes.indexTitle = Qt PDF C++ Classes
qhp.QtPdf.subprojects.classes.selectors = class fake:headerfile
qhp.QtPdf.subprojects.classes.sortPages = true

qhp.QtPdf.subprojects.qmltypes.title = QML Types
qhp.QtPdf.subprojects.qmltypes.indexTitle = Qt Quick PDF QML Types
qhp.QtPdf.subprojects.qmltypes.selectors = qmltype
qhp.QtPdf.subprojects.qmltypes.sortPages = true

qhp.QtPdf.subprojects.examples.title = Examples
qhp.QtPdf.subprojects.examples.indexTitle = Qt PDF Examples
qhp.QtPdf.subprojects.examples.selectors = doc:example
qhp.QtPdf.subprojects.examples.sortPages = true

depends += qtcore \
           qtwidgets \
           qtgui \
           qtdoc \
           qmake \
           qtdesigner \
           qtquick \
           qtquickcontrols \
           qtcmake

headerdirs  += ../ \
               ../../pdfwidgets

sourcedirs  += ../ \
               ../../pdfquick \
               ../../pdfwidgets

exampledirs += ../../../examples/pdfwidgets \
               ../../../examples/pdf \
               snippets/

# add a generic thumbnail for an example that has no \image in its doc
manifestmeta.thumbnail.names = "QtPdf/PDF Viewer Example"

imagedirs   += images

navigation.landingpage = "Qt PDF"
navigation.cppclassespage = "Qt PDF C++ Classes"
navigation.qmltypespage = "Qt Quick PDF QML Types"

# Fail the documentation build if there are more warnings than the limit
warninglimit = 0