blob: 88fd510b4292528d2855f9ff1e518a15de786bfe (
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
|
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtSvg
description = Qt SVG Reference Documentation
url = http://qt-project.org/doc/qtsvg
version = 5.0.1
qhp.projects = QtSvg
qhp.QtSvg.file = qtsvg.qhp
qhp.QtSvg.namespace = org.qt-project.qtsvg.500
qhp.QtSvg.virtualFolder = qtsvg
qhp.QtSvg.indexTitle = Qt SVG
qhp.QtSvg.indexRoot =
qhp.QtSvg.filterAttributes = qtsvg 5.0.1 qtrefdoc
qhp.QtSvg.customFilters.Qt.name = QtSvg 5.0.1
qhp.QtSvg.customFilters.Qt.filterAttributes = qtsvg 5.0.1
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
tagfile = ../../../doc/qtsvg/qtsvg.tags
headerdirs += .. \
../../plugins/svg
sourcedirs += .. \
../../plugins/svg
exampledirs += ../../../examples/svg \
snippets/
imagedirs += images
|