50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
|
|
|
project = QtSvg
|
|
description = Qt SVG Reference Documentation
|
|
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 \
|
|
qmake
|
|
|
|
tagfile = ../../../doc/qtsvg/qtsvg.tags
|
|
|
|
headerdirs += .. \
|
|
../../plugins/imageformats \
|
|
../../plugins/iconengines
|
|
|
|
sourcedirs += .. \
|
|
../../plugins/imageformats \
|
|
../../plugins/iconengines
|
|
|
|
exampledirs += ../../../examples/svg \
|
|
snippets/
|
|
|
|
examplesinstallpath = svg
|
|
|
|
imagedirs += images
|
|
|
|
navigation.landingpage = "Qt SVG"
|
|
navigation.cppclassespage = "Qt SVG C++ Classes"
|