summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/assistant.qdocconf
blob: 44815ff4ae0f66d070a16e1fa12727b915634aa2 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
include(compat.qdocconf)
include(macros.qdocconf)
include(qt-cpp-ignore.qdocconf)
include(qt-html-templates.qdocconf)
include(qt-defines.qdocconf)

project                 = Qt Assistant
description             = Qt Assistant Manual
url                     = http://doc.qtsoftware.com/4.6

indexes                 = $QT_BUILD_TREE/doc-build/html-qt/qt.index

qhp.projects            = Assistant

qhp.Assistant.file                = assistant.qhp
qhp.Assistant.namespace           = com.trolltech.assistant.460
qhp.Assistant.virtualFolder       = qdoc
qhp.Assistant.indexTitle          = Qt Assistant Manual
qhp.Assistant.extraFiles          = classic.css images/qt-logo.png images/trolltech-logo.png
qhp.Assistant.filterAttributes    = qt 4.6.0 tools assistant
qhp.Assistant.customFilters.Assistant.name = Qt Assistant Manual
qhp.Assistant.customFilters.Assistant.filterAttributes = qt tools assistant
qhp.Assistant.subprojects         = manual examples
qhp.Assistant.subprojects.manual.title = Manual
qhp.Assistant.subprojects.manual.indexTitle = Qt Assistant Manual
qhp.Assistant.subprojects.manual.selectors = fake:page
qhp.Assistant.subprojects.examples.title = Examples
qhp.Assistant.subprojects.examples.indexTitle = Qt Examples
qhp.Assistant.subprojects.examples.selectors = fake:example
qhp.Assistant.subprojects.examples.sortPages = true

language                = Cpp

sources                 = $QT_SOURCE_TREE/doc/src/assistant-manual.qdoc \
                          $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc

sources.fileextensions  = "*.cpp *.qdoc"

exampledirs             = $QT_SOURCE_TREE \
                          $QT_SOURCE_TREE/examples \
                          $QT_SOURCE_TREE/doc/src

imagedirs               = $QT_SOURCE_TREE/doc/src/images
outputdir               = $QT_BUILD_TREE/doc-build/html-assistant
base                    = file:$QT_BUILD_TREE/doc-build/html-assistant