blob: 3565688387f58d5e49064310a71401c50c4d489b (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtSvg
description = Qt SVG Reference Documentation
url = http://qt-project.org/doc/qt-$QT_VER/qtsvg
version = $QT_VERSION
qhp.projects = QtSvg
qhp.QtSvg.file = qtsvg.qhp
qhp.QtSvg.namespace = org.qt-project.qtsvg.$QT_VERSION_TAG
qhp.QtSvg.virtualFolder = qtsvg
qhp.QtSvg.indexTitle = Qt SVG
qhp.QtSvg.indexRoot =
qhp.QtSvg.filterAttributes = qtsvg $QT_VERSION qtrefdoc
qhp.QtSvg.customFilters.Qt.name = QtSvg $QT_VERSION
qhp.QtSvg.customFilters.Qt.filterAttributes = qtsvg $QT_VERSION
qhp.QtSvg.subprojects = classes
qhp.QtSvg.subprojects.classes.title = C++ Classes
qhp.QtSvg.subprojects.classes.indexTitle = Qt SVG C++ Classes
qhp.QtSvg.subprojects.classes.selectors = class fake:headerfile
qhp.QtSvg.subprojects.classes.sortPages = true
depends += qtcore \
qtwidgets \
qtgui \
qtdesigner \
qtdoc
tagfile = ../../../doc/qtsvg/qtsvg.tags
headerdirs += .. \
../../plugins/svg
sourcedirs += .. \
../../plugins/svg
exampledirs += ../../../examples/svg \
snippets/
imagedirs += images
navigation.landingpage = "Qt SVG"
navigation.cppclassespage = "Qt SVG C++ Classes"
|