1 | include(compat.qdocconf)
|
---|
2 | include(macros.qdocconf)
|
---|
3 | include(qt-cpp-ignore.qdocconf)
|
---|
4 | include(qt-html-templates_zh_CN.qdocconf)
|
---|
5 | include(qt-defines.qdocconf)
|
---|
6 |
|
---|
7 | project = Qt
|
---|
8 | description = Qt Reference Documentation
|
---|
9 | url = http://qt.nokia.com/doc/zh_CN/4.7
|
---|
10 |
|
---|
11 | sourceencoding = UTF-8
|
---|
12 | outputencoding = UTF-8
|
---|
13 | naturallanguage = zh-Hans
|
---|
14 |
|
---|
15 | indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index
|
---|
16 |
|
---|
17 | qhp.projects = Qt
|
---|
18 |
|
---|
19 | qhp.Qt.file = qt.qhp
|
---|
20 | qhp.Qt.namespace = com.trolltech.qt.473
|
---|
21 | qhp.Qt.virtualFolder = qdoc
|
---|
22 | qhp.Qt.title = æçš
|
---|
23 | qhp.Qt.indexTitle = æçš
|
---|
24 | qhp.Qt.selectors = fake:example
|
---|
25 |
|
---|
26 | qhp.Qt.filterAttributes = qt 4.7.3 qtrefdoc zh_CN
|
---|
27 | qhp.Qt.customFilters.Qt.name = Qt 4.7.3
|
---|
28 | qhp.Qt.customFilters.Qt.filterAttributes = qt 4.7.3
|
---|
29 |
|
---|
30 | # Files not referenced in any qdoc file (last four are needed by qtdemo)
|
---|
31 | # See also extraimages.HTML
|
---|
32 | qhp.Qt.extraFiles = index.html \
|
---|
33 | images/bg_l.png \
|
---|
34 | images/bg_l_blank.png \
|
---|
35 | images/bg_ll_blank.png \
|
---|
36 | images/bg_ul_blank.png \
|
---|
37 | images/header_bg.png \
|
---|
38 | images/bg_r.png \
|
---|
39 | images/box_bg.png \
|
---|
40 | images/breadcrumb.png \
|
---|
41 | images/bullet_gt.png \
|
---|
42 | images/bullet_dn.png \
|
---|
43 | images/bullet_sq.png \
|
---|
44 | images/bullet_up.png \
|
---|
45 | images/arrow_down.png \
|
---|
46 | images/feedbackground.png \
|
---|
47 | images/horBar.png \
|
---|
48 | images/page.png \
|
---|
49 | images/page_bg.png \
|
---|
50 | images/sprites-combined.png \
|
---|
51 | images/spinner.gif \
|
---|
52 | images/stylesheet-coffee-plastique.png \
|
---|
53 | images/taskmenuextension-example.png \
|
---|
54 | images/coloreditorfactoryimage.png \
|
---|
55 | images/dynamiclayouts-example.png \
|
---|
56 | scripts/functions.js \
|
---|
57 | scripts/jquery.js \
|
---|
58 | scripts/narrow.js \
|
---|
59 | scripts/superfish.js \
|
---|
60 | style/narrow.css \
|
---|
61 | style/superfish.css \
|
---|
62 | style/style_ie6.css \
|
---|
63 | style/style_ie7.css \
|
---|
64 | style/style_ie8.css \
|
---|
65 | style/style.css
|
---|
66 |
|
---|
67 | language = Cpp
|
---|
68 |
|
---|
69 | sourcedirs = $QT_SOURCE_TREE/doc/src/zh_CN
|
---|
70 |
|
---|
71 | excludedirs = $QT_SOURCE_TREE/src/3rdparty/clucene \
|
---|
72 | $QT_SOURCE_TREE/src/3rdparty/des \
|
---|
73 | $QT_SOURCE_TREE/src/3rdparty/freetype \
|
---|
74 | $QT_SOURCE_TREE/src/3rdparty/harfbuzz \
|
---|
75 | $QT_SOURCE_TREE/src/3rdparty/kdebase \
|
---|
76 | $QT_SOURCE_TREE/src/3rdparty/libconninet \
|
---|
|
---|