blob: 71d2c08aeccd62e23cdb4b1d2fbac5cc9d49b493 (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtGraphicalEffects
description = Qt Graphical Effects Reference Documentation
url = http://qt-project.org/doc/qt-$QT_VER/qtgraphicaleffects/
version = $QT_VERSION
qhp.projects = QtGraphicalEffects
qhp.QtGraphicalEffects.file = qtgraphicaleffects.qhp
qhp.QtGraphicalEffects.namespace = org.qt-project.qtgraphicaleffects.$QT_VERSION_TAG
qhp.QtGraphicalEffects.virtualFolder = qtgraphicaleffects
qhp.QtGraphicalEffects.indexTitle = Qt Graphical Effects
qhp.QtGraphicalEffects.indexRoot =
qhp.QtGraphicalEffects.filterAttributes = qtgraphicaleffects $QT_VERSION qtrefdoc
qhp.QtGraphicalEffects.customFilters.Qt.name = QtGraphicalEffects $QT_VERSION
qhp.QtGraphicalEffects.customFilters.Qt.filterAttributes = qtgraphicaleffects $QT_VERSION
qhp.QtGraphicalEffects.subprojects = qmltypes
qhp.QtGraphicalEffects.subprojects.qmltypes.title = QML Types
qhp.QtGraphicalEffects.subprojects.qmltypes.indexTitle = Graphical Effects
qhp.QtGraphicalEffects.subprojects.qmltypes.selectors = fake:qmlclass
qhp.QtGraphicalEffects.subprojects.qmltypes.sortPages = true
outputdir = $$QT_INSTALL_DOCS/qtgraphicaleffects
tagfile = ../../../doc/qtgraphicaleffects/qtgraphicaleffects.tags
headerdirs += .. \
sourcedirs += .. \
exampledirs += ../../../examples/graphicaleffects \
snippets/
imagedirs += images
depends += qtqml qtquick qtbase
|