summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/config/qdoc.qdocconf
blob: 992cec65dcf970a87767bb3520eaef7039a49fa4 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project          = QDoc
description      = QDoc Manual
url              = http://qt-project.org/doc/qt-$QT_VER
version          = $QT_VERSION

sourcedirs = ..

exampledirs = .. \
              ../examples

imagedirs = ../images \
            ../../../../widgets/doc/images
#            ../../../doc/src/templates/images

tagfile = ../html/qdoc.tags

examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css *.qdoc *.qdocinc *.sample"

qhp.projects            = QDoc

qhp.QDoc.file                = qdoc.qhp
qhp.QDoc.namespace           = org.qt-project.qdoc.$QT_VERSION_TAG
qhp.QDoc.virtualFolder       = qdoc
qhp.QDoc.indexTitle          = QDoc Manual
qhp.QDoc.indexRoot           =

qhp.QDoc.filterAttributes    = qdoc qtrefdoc
qhp.QDoc.customFilters.QDoc.name = QDoc
qhp.QDoc.customFilters.QDoc.filterAttributes = qdoc
qhp.QDoc.subprojects         = overviews
qhp.QDoc.subprojects.overviews.title = Overviews
qhp.QDoc.subprojects.overviews.indexTitle = QDoc Manual
qhp.QDoc.subprojects.overviews.selectors = fake:page,group,module

depends += \
    activeqt \
    qtassistant \
    qtbluetooth \
    qtconcurrent \
    qtcontacts \
    qtcore \
    qtdbus \
    qtdesigner \
    qtdoc \
    qthelp \
    qtimageformats \
    qtgui \
    qtlocation \
    qtlinguist \
    qtmultimedia \
    qtnetwork \
    qtopengl \
    qtorganizer \
    qtprintsupport \
    qtqml \
    qtquick \
    qtscript \
    qtscripttools \
    qtsensors \
    qtsql \
    qtsvg \
    qttestlib \
    qttools \
    qtuitools \
    qtversit \
    qtwidgets \
    qtwebkit \
    qtwebkitexamples \
    qtxml \
    qtxmlpatterns

navigation.landingpage = "QDoc Manual"