summaryrefslogtreecommitdiffstats
path: root/src/opengl/doc/qtopengl.qdocconf
blob: 55e8ad935479bea4314a19c674c99de264f94b89 (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-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtOpenGL
description             = Qt OpenGL Reference Documentation
url                     = http://qt-project.org/doc/qt-5.0/qtopengl
version                 = 5.0.0

qhp.projects            = QtOpenGL

qhp.QtOpenGL.file         = qtopengl.qhp
qhp.QtOpenGL.namespace           = org.qt-project.qtopengl.500
qhp.QtOpenGL.virtualFolder       = qdoc
qhp.QtOpenGL.indexTitle          = Qt OpenGL Reference Documentation
qhp.QtOpenGL.indexRoot           =

qhp.QtOpenGL.filterAttributes    = qtopengl 5.0.0 qtrefdoc
qhp.QtOpenGL.customFilters.Qt.name = QtOpenGL 5.0.0
qhp.QtOpenGL.customFilters.Qt.filterAttributes = qtopengl 5.0.0
qhp.QtOpenGL.subprojects         = classes overviews examples
qhp.QtOpenGL.subprojects.classes.title = Classes
qhp.QtOpenGL.subprojects.classes.indexTitle = Qt OpenGL's Classes
qhp.QtOpenGL.subprojects.classes.selectors = class fake:headerfile
qhp.QtOpenGL.subprojects.classes.sortPages = true
qhp.QtOpenGL.subprojects.overviews.title = Overviews
qhp.QtOpenGL.subprojects.overviews.indexTitle = All Overviews and HOWTOs
qhp.QtOpenGL.subprojects.overviews.selectors = fake:page,group,module
qhp.QtOpenGL.subprojects.examples.title = Qt OpenGL Examples
qhp.QtOpenGL.subprojects.examples.indexTitle = Qt OpenGL Examples
qhp.QtOpenGL.subprojects.examples.selectors = fake:example

tagfile                 = ../../../doc/qtopengl/qtopengl.tags

depends                 += qtcore qtgui qtwidgets qtdoc

headerdirs  += ..

sourcedirs  += .. \
               ../../../examples/opengl/doc/src

exampledirs += ../../../examples/opengl \
               ../ \
               snippets

imagedirs   += images \
               ../../../examples/opengl/doc/images