33 lines
1.7 KiB
Plaintext
33 lines
1.7 KiB
Plaintext
# 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/development/assistant-manual.qdoc \
|
|
$QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc \
|
|
$QT_SOURCE_TREE/doc/src/development/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/internationalization/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/development/qmake-manual.qdoc
|
|
|
|
# Remove the QML documentation from the Qt-only documentation.
|
|
|
|
excludedirs += $QT_SOURCE_TREE/src/imports
|
|
|
|
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
|