summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/qt-api-only.qdocconf
blob: 2e91ba2122b1fe099fef997843e3a07127041519 (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
include(qt-build-docs.qdocconf)

# Ensures that the generated index contains a URL that can be used by the
# tools documentation (assistant.qdocconf, designer.qdocconf, linguist.qdocconf,
# qmake.qdocconf).

url                     = ./

# Ensures that the documentation for the tools is not included in the generated
# .qhp file.

qhp.Qt.excluded   = $QT_SOURCE_TREE/doc/src/assistant-manual.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc \
                    $QT_SOURCE_TREE/doc/src/designer-manual.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/calculatorbuilder.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/calculatorform.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/customwidgetplugin.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/taskmenuextension.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/containerextension.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/worldtimeclockbuilder.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/worldtimeclockplugin.qdoc \
                    $QT_SOURCE_TREE/doc/src/linguist-manual.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/trollprint.qdoc \
                    $QT_SOURCE_TREE/doc/src/qmake-manual.qdoc

outputdir         = $QT_BUILD_TREE/doc-build/html-qt
tagfile           = $QT_BUILD_TREE/doc-build/html-qt/qt.tags
base              = file:$QT_BUILD_TREE/doc-build/html-qt