source: trunk/tools/qdoc3/test/qt-api-only-with-xcode.qdocconf@ 280

Last change on this file since 280 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.5 KB
Line 
1include(qt-build-docs-with-xcode.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/assistant-manual.qdoc \
13 $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc \
14 $QT_SOURCE_TREE/doc/src/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/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/qmake-manual.qdoc
27
28outputdir = $QT_BUILD_TREE/doc-build/html-qt
29base = file:$QT_BUILD_TREE/doc-build/html-qt
Note: See TracBrowser for help on using the repository browser.