[2] | 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
|
---|
[846] | 9 | url = http://doc.qt.nokia.com/4.7/
|
---|
[2] | 10 |
|
---|
| 11 | indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index
|
---|
| 12 |
|
---|
| 13 | qhp.projects = Linguist
|
---|
| 14 |
|
---|
| 15 | qhp.Linguist.file = linguist.qhp
|
---|
[865] | 16 | qhp.Linguist.namespace = com.trolltech.linguist.473
|
---|
[2] | 17 | qhp.Linguist.virtualFolder = qdoc
|
---|
| 18 | qhp.Linguist.indexTitle = Qt Linguist Manual
|
---|
[846] | 19 | qhp.Linguist.extraFiles = images/bg_l.png \
|
---|
| 20 | images/bg_l_blank.png \
|
---|
| 21 | images/bg_ll_blank.png \
|
---|
| 22 | images/bg_ul_blank.png \
|
---|
| 23 | images/header_bg.png \
|
---|
| 24 | images/bg_r.png \
|
---|
| 25 | images/box_bg.png \
|
---|
| 26 | images/breadcrumb.png \
|
---|
| 27 | images/bullet_gt.png \
|
---|
| 28 | images/bullet_dn.png \
|
---|
| 29 | images/bullet_sq.png \
|
---|
| 30 | images/bullet_up.png \
|
---|
| 31 | images/arrow_down.png \
|
---|
| 32 | images/feedbackground.png \
|
---|
| 33 | images/horBar.png \
|
---|
| 34 | images/page.png \
|
---|
| 35 | images/page_bg.png \
|
---|
| 36 | images/sprites-combined.png \
|
---|
| 37 | images/spinner.gif \
|
---|
| 38 | images/stylesheet-coffee-plastique.png \
|
---|
| 39 | images/taskmenuextension-example.png \
|
---|
| 40 | images/coloreditorfactoryimage.png \
|
---|
| 41 | images/dynamiclayouts-example.png \
|
---|
| 42 | scripts/functions.js \
|
---|
| 43 | scripts/jquery.js \
|
---|
| 44 | scripts/narrow.js \
|
---|
| 45 | scripts/superfish.js \
|
---|
| 46 | style/narrow.css \
|
---|
| 47 | style/superfish.css \
|
---|
| 48 | style/style_ie6.css \
|
---|
| 49 | style/style_ie7.css \
|
---|
| 50 | style/style_ie8.css \
|
---|
| 51 | style/style.css
|
---|
| 52 |
|
---|
[865] | 53 | qhp.Linguist.filterAttributes = qt 4.7.3 tools linguist
|
---|
[2] | 54 | qhp.Linguist.customFilters.Linguist.name = Qt Linguist Manual
|
---|
| 55 | qhp.Linguist.customFilters.Linguist.filterAttributes = qt tools linguist
|
---|
| 56 | qhp.Linguist.subprojects = manual examples
|
---|
| 57 | qhp.Linguist.subprojects.manual.title = Manual
|
---|
| 58 | qhp.Linguist.subprojects.manual.indexTitle = Qt Linguist Manual
|
---|
| 59 | qhp.Linguist.subprojects.manual.selectors = fake:page
|
---|
| 60 | qhp.Linguist.subprojects.examples.title = Examples
|
---|
| 61 | qhp.Linguist.subprojects.examples.indexTitle = Qt Examples
|
---|
| 62 | qhp.Linguist.subprojects.examples.selectors = fake:example
|
---|
| 63 | qhp.Linguist.subprojects.examples.sortPages = true
|
---|
| 64 |
|
---|
| 65 | language = Cpp
|
---|
| 66 |
|
---|
[561] | 67 | sources = $QT_SOURCE_TREE/doc/src/internationalization/linguist-manual.qdoc \
|
---|
[2] | 68 | $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \
|
---|
| 69 | $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \
|
---|
| 70 | $QT_SOURCE_TREE/doc/src/examples/trollprint.qdoc
|
---|
| 71 |
|
---|
| 72 | sources.fileextensions = "*.cpp *.qdoc"
|
---|
| 73 |
|
---|
| 74 | exampledirs = $QT_SOURCE_TREE \
|
---|
| 75 | $QT_SOURCE_TREE/examples \
|
---|
| 76 | $QT_SOURCE_TREE/doc/src
|
---|
| 77 |
|
---|
[846] | 78 | imagedirs = $QT_SOURCE_TREE/doc/src/images \
|
---|
| 79 | $QT_SOURCE_TREE/doc/src/template/images
|
---|
[2] | 80 | outputdir = $QT_BUILD_TREE/doc-build/html-linguist
|
---|
| 81 | base = file:$QT_BUILD_TREE/doc-build/html-linguist
|
---|