[844] | 1 | include(qt-build-docs_ja_JP.qdocconf)
|
---|
| 2 |
|
---|
| 3 | # Ensures that the generated index contains a URL that can be used by the
|
---|
| 4 | # tools documentation (assistant.qdocconf, designer.qdocconf, linguist.qdocconf,
|
---|
| 5 | # qmake.qdocconf).
|
---|
| 6 |
|
---|
| 7 | url = ./
|
---|
| 8 |
|
---|
| 9 | # Ensures that the documentation for the tools is not included in the generated
|
---|
| 10 | # .qhp file.
|
---|
| 11 |
|
---|
| 12 | qhp.Qt.excluded += $QT_SOURCE_TREE/doc/src/development/assistant-manual.qdoc \
|
---|
| 13 | $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc \
|
---|
| 14 | $QT_SOURCE_TREE/doc/src/development/designer-manual.qdoc \
|
---|
| 15 | $QT_SOURCE_TREE/doc/src/examples/calculatorbuilder.qdoc \
|
---|
| 16 | $QT_SOURCE_TREE/doc/src/examples/calculatorform.qdoc \
|
---|
| 17 | $QT_SOURCE_TREE/doc/src/examples/customwidgetplugin.qdoc \
|
---|
| 18 | $QT_SOURCE_TREE/doc/src/examples/taskmenuextension.qdoc \
|
---|
| 19 | $QT_SOURCE_TREE/doc/src/examples/containerextension.qdoc \
|
---|
| 20 | $QT_SOURCE_TREE/doc/src/examples/worldtimeclockbuilder.qdoc \
|
---|
| 21 | $QT_SOURCE_TREE/doc/src/examples/worldtimeclockplugin.qdoc \
|
---|
| 22 | $QT_SOURCE_TREE/doc/src/internationalization/linguist-manual.qdoc \
|
---|
| 23 | $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \
|
---|
| 24 | $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \
|
---|
| 25 | $QT_SOURCE_TREE/doc/src/examples/trollprint.qdoc \
|
---|
| 26 | $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc
|
---|
| 27 |
|
---|
| 28 | # Remove the QML documentation from the Qt-only documentation.
|
---|
| 29 |
|
---|
| 30 | excludedirs += $QT_SOURCE_TREE/src/declarative \
|
---|
| 31 | $QT_SOURCE_TREE/src/imports \
|
---|
| 32 | $QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/declarative \
|
---|
| 33 | $QT_SOURCE_TREE/doc/src/declarative
|
---|
| 34 |
|
---|
| 35 | outputdir = $QT_BUILD_TREE/doc-build/html-qt_ja_JP
|
---|
| 36 | tagfile = $QT_BUILD_TREE/doc-build/html-qt_ja_JP/qt.tags
|
---|
| 37 | base = file:$QT_BUILD_TREE/doc-build/html-qt_ja_JP
|
---|