source: trunk/tools/qdoc3/test/qt-api-only_ja_JP.qdocconf

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 1.9 KB
Line 
1include(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
7url = ./
8
9# Ensures that the documentation for the tools is not included in the generated
10# .qhp file.
11
12qhp.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
30excludedirs += $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
35outputdir = $QT_BUILD_TREE/doc-build/html-qt_ja_JP
36tagfile = $QT_BUILD_TREE/doc-build/html-qt_ja_JP/qt.tags
37base = file:$QT_BUILD_TREE/doc-build/html-qt_ja_JP
Note: See TracBrowser for help on using the repository browser.