summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc/qdoc-manual.qdocconf
blob: 33e461fe82e97b0b3bf7091058b3d97e5b78c41d (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(../test/compat.qdocconf)
include(../test/macros.qdocconf)
include(../test/qt-cpp-ignore.qdocconf)
include(../test/qt-defines.qdocconf)

include(../test/qt-html-templates-online.qdocconf)

project          = QDoc
description      = QDoc3 Manual
version          = 4.7.1

indexes          = ../../../doc/html/qt.index

sourceencoding   = UTF-8
outputencoding   = UTF-8
naturallanguage  = en_US

outputdir        = $PWD/doc/html

sources          = ../doc/qdoc-manual.qdoc
sourcedirs       = $PWD/doc

exampledirs     += $PWD/doc \
                   ../../../examples

imagedirs        = $QT_SOURCE_TREE/doc/src/images \
                   $QT_SOURCE_TREE/examples \
                   $QT_SOURCE_TREE/doc/src/declarative/pics \
                   $QT_SOURCE_TREE/doc/src/template/images \
		   ../doc/images