summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/qtpdf.qdocconf
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig@kdab.com>2018-02-09 09:22:58 +0100
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 12:01:39 +0100
commit670d44b656579e9144a7ab3a1e93e4c6b7aef7be (patch)
tree5d34d4f663f6875b58dd45344899f6566b29620a /src/pdf/doc/qtpdf.qdocconf
parent67763039ad4673acea83dcbc1cd86fc05f78d1dc (diff)
Add qdocconf for the QtPdf module
Change-Id: I4fdd53098c32394dbeef58f49b511453079045f9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/pdf/doc/qtpdf.qdocconf')
-rw-r--r--src/pdf/doc/qtpdf.qdocconf40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/pdf/doc/qtpdf.qdocconf b/src/pdf/doc/qtpdf.qdocconf
new file mode 100644
index 000000000..0237cd310
--- /dev/null
+++ b/src/pdf/doc/qtpdf.qdocconf
@@ -0,0 +1,40 @@
+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.filterAttributes = qtpdf $QT_VERSION qtrefdoc
+qhp.QtPdf.customFilters.Qt.name = QtPdf $QT_VERSION
+qhp.QtPdf.customFilters.Qt.filterAttributes = qtpdf $QT_VERSION
+qhp.QtPdf.subprojects = classes
+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
+
+depends += qtcore \
+ qtwidgets \
+ qtgui \
+ qtdoc \
+ qmake
+
+headerdirs += ..
+
+sourcedirs += ..
+
+exampledirs += ../../../examples/pdf \
+ snippets/
+
+imagedirs += images
+
+navigation.landingpage = "Qt PDF"
+navigation.cppclassespage = "Qt PDF C++ Classes"