blob: d7919dc4b51bcf6cf8ca1311779faa244eeca68e (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtXmlPatterns
description = Qt XML Patterns Reference Documentation
version = $QT_VERSION
examplesinstallpath = xmlpatterns
exampledirs += ../../../examples/xmlpatterns \
../ \
snippets
headerdirs += ..
imagedirs += images
sourcedirs += ..
depends += qtcore qtxml qtwidgets qtdesigner qtdoc qmake qtwebkitexamples
qhp.projects = QtXmlPatterns
qhp.QtXmlPatterns.file = qtxmlpatterns.qhp
qhp.QtXmlPatterns.namespace = org.qt-project.qtxmlpatterns.$QT_VERSION_TAG
qhp.QtXmlPatterns.indexTitle = Qt XML Patterns
qhp.QtXmlPatterns.virtualFolder = qtxmlpatterns
qhp.QtXmlPatterns.subprojects = classes
qhp.QtXmlPatterns.subprojects.classes.title = C++ Classes
qhp.QtXmlPatterns.subprojects.classes.indexTitle = Qt XML Patterns C++ Classes
qhp.QtXmlPatterns.subprojects.classes.selectors = class fake:headerfile
qhp.QtXmlPatterns.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtxmlpatterns/qtxmlpatterns.tags
# Use a generic thumbnail image for examples that have no images in their docs
manifestmeta.thumbnail.names += "QtXmlPatterns/C++ Source Code Analyzer Example"
navigation.landingpage = "Qt XML Patterns"
navigation.cppclassespage = "Qt XML Patterns C++ Classes"
|