1 | include(compat.qdocconf)
|
---|
2 | include(macros.qdocconf)
|
---|
3 | include(qt-cpp-ignore.qdocconf)
|
---|
4 | include(qt-html-templates.qdocconf)
|
---|
5 | include(qt-defines.qdocconf)
|
---|
6 |
|
---|
7 | project = Qt Linguist
|
---|
8 | description = Qt Linguist Manual
|
---|
9 | url = http://doc.trolltech.com/4.5
|
---|
10 |
|
---|
11 | indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index
|
---|
12 |
|
---|
13 | qhp.projects = Linguist
|
---|
14 |
|
---|
15 | qhp.Linguist.file = linguist.qhp
|
---|
16 | qhp.Linguist.namespace = com.trolltech.linguist.451
|
---|
17 | qhp.Linguist.virtualFolder = qdoc
|
---|
18 | qhp.Linguist.indexTitle = Qt Linguist Manual
|
---|
19 | qhp.Linguist.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png
|
---|
20 | qhp.Linguist.filterAttributes = qt 4.5.1 tools linguist
|
---|
21 | qhp.Linguist.customFilters.Linguist.name = Qt Linguist Manual
|
---|
22 | qhp.Linguist.customFilters.Linguist.filterAttributes = qt tools linguist
|
---|
23 | qhp.Linguist.subprojects = manual examples
|
---|
24 | qhp.Linguist.subprojects.manual.title = Manual
|
---|
25 | qhp.Linguist.subprojects.manual.indexTitle = Qt Linguist Manual
|
---|
26 | qhp.Linguist.subprojects.manual.selectors = fake:page
|
---|
27 | qhp.Linguist.subprojects.examples.title = Examples
|
---|
28 | qhp.Linguist.subprojects.examples.indexTitle = Qt Examples
|
---|
29 | qhp.Linguist.subprojects.examples.selectors = fake:example
|
---|
30 | qhp.Linguist.subprojects.examples.sortPages = true
|
---|
31 |
|
---|
32 | language = Cpp
|
---|
33 |
|
---|
34 | sources = $QT_SOURCE_TREE/doc/src/linguist-manual.qdoc \
|
---|
35 | $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \
|
---|
36 | $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \
|
---|
37 | $QT_SOURCE_TREE/doc/src/examples/trollprint.qdoc
|
---|
38 |
|
---|
39 | sources.fileextensions = "*.cpp *.qdoc"
|
---|
40 |
|
---|
41 | exampledirs = $QT_SOURCE_TREE \
|
---|
42 | $QT_SOURCE_TREE/examples \
|
---|
43 | $QT_SOURCE_TREE/doc/src
|
---|
44 |
|
---|
45 | imagedirs = $QT_SOURCE_TREE/doc/src/images
|
---|
46 | outputdir = $QT_BUILD_TREE/doc-build/html-linguist
|
---|
47 | base = file:$QT_BUILD_TREE/doc-build/html-linguist
|
---|