author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
child 7 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
0 | 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 |
|
8 |
description = Qt Reference Documentation |
|
9 |
url = http://qt.nokia.com/doc/4.6 |
|
10 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
11 |
edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg \ |
0 | 12 |
QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \ |
13 |
QtDesigner QtAssistant QAxContainer Phonon \ |
|
14 |
QAxServer QtUiTools QtTest QtDBus |
|
15 |
edition.DesktopLight.modules = QtCore QtDBus QtGui Qt3SupportLight QtTest |
|
16 |
edition.DesktopLight.groups = -graphicsview-api |
|
17 |
||
18 |
qhp.projects = Qt |
|
19 |
||
20 |
qhp.Qt.file = qt.qhp |
|
21 |
qhp.Qt.namespace = com.trolltech.qt.460 |
|
22 |
qhp.Qt.virtualFolder = qdoc |
|
23 |
qhp.Qt.indexTitle = Qt Reference Documentation |
|
24 |
qhp.Qt.indexRoot = |
|
25 |
||
26 |
# Files not referenced in any qdoc file (last four are needed by qtdemo) |
|
27 |
# See also extraimages.HTML |
|
28 |
qhp.Qt.extraFiles = classic.css \ |
|
29 |
images/qt-logo.png \ |
|
30 |
images/taskmenuextension-example.png \ |
|
31 |
images/coloreditorfactoryimage.png \ |
|
32 |
images/dynamiclayouts-example.png \ |
|
33 |
images/stylesheet-coffee-plastique.png |
|
34 |
||
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
35 |
qhp.Qt.filterAttributes = qt 4.6.2 qtrefdoc |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
36 |
qhp.Qt.customFilters.Qt.name = Qt 4.6.2 |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
37 |
qhp.Qt.customFilters.Qt.filterAttributes = qt 4.6.2 |
0 | 38 |
qhp.Qt.subprojects = classes overviews examples |
39 |
qhp.Qt.subprojects.classes.title = Classes |
|
40 |
qhp.Qt.subprojects.classes.indexTitle = Qt's Classes |
|
41 |
qhp.Qt.subprojects.classes.selectors = class fake:headerfile |
|
42 |
qhp.Qt.subprojects.classes.sortPages = true |
|
43 |
qhp.Qt.subprojects.overviews.title = Overviews |
|
44 |
qhp.Qt.subprojects.overviews.indexTitle = All Overviews and HOWTOs |
|
45 |
qhp.Qt.subprojects.overviews.selectors = fake:page,group,module |
|
46 |
qhp.Qt.subprojects.examples.title = Tutorials and Examples |
|
47 |
qhp.Qt.subprojects.examples.indexTitle = Qt Examples |
|
48 |
qhp.Qt.subprojects.examples.selectors = fake:example |
|
49 |
||
50 |
language = Cpp |
|
51 |
||
52 |
headerdirs = $QT_SOURCE_TREE/src \ |
|
53 |
$QT_SOURCE_TREE/extensions/activeqt \ |
|
54 |
$QT_SOURCE_TREE/tools/assistant/lib \ |
|
55 |
$QT_SOURCE_TREE/tools/assistant/compat/lib \ |
|
56 |
$QT_SOURCE_TREE/tools/designer/src/uitools \ |
|
57 |
$QT_SOURCE_TREE/tools/designer/src/lib/extension \ |
|
58 |
$QT_SOURCE_TREE/tools/designer/src/lib/sdk \ |
|
59 |
$QT_SOURCE_TREE/tools/designer/src/lib/uilib \ |
|
60 |
$QT_SOURCE_TREE/tools/qtestlib/src \ |
|
61 |
$QT_SOURCE_TREE/tools/qdbus/src |
|
62 |
sourcedirs = $QT_SOURCE_TREE/src \ |
|
63 |
$QT_SOURCE_TREE/doc/src \ |
|
64 |
$QT_SOURCE_TREE/extensions/activeqt \ |
|
65 |
$QT_SOURCE_TREE/tools/assistant/lib \ |
|
66 |
$QT_SOURCE_TREE/tools/assistant/compat/lib \ |
|
67 |
$QT_SOURCE_TREE/tools/designer/src/uitools \ |
|
68 |
$QT_SOURCE_TREE/tools/designer/src/lib/extension \ |
|
69 |
$QT_SOURCE_TREE/tools/designer/src/lib/sdk \ |
|
70 |
$QT_SOURCE_TREE/tools/designer/src/lib/uilib \ |
|
71 |
$QT_SOURCE_TREE/tools/qtestlib/src \ |
|
72 |
$QT_SOURCE_TREE/tools/qdbus |
|
73 |
||
74 |
excludedirs = $QT_SOURCE_TREE/src/3rdparty/clucene \ |
|
75 |
$QT_SOURCE_TREE/src/3rdparty/des \ |
|
76 |
$QT_SOURCE_TREE/src/3rdparty/freetype \ |
|
77 |
$QT_SOURCE_TREE/src/3rdparty/harfbuzz \ |
|
78 |
$QT_SOURCE_TREE/src/3rdparty/kdebase \ |
|
79 |
$QT_SOURCE_TREE/src/3rdparty/libjpeg \ |
|
80 |
$QT_SOURCE_TREE/src/3rdparty/libmng \ |
|
81 |
$QT_SOURCE_TREE/src/3rdparty/libpng \ |
|
82 |
$QT_SOURCE_TREE/src/3rdparty/libtiff \ |
|
83 |
$QT_SOURCE_TREE/src/3rdparty/md4 \ |
|
84 |
$QT_SOURCE_TREE/src/3rdparty/md5 \ |
|
85 |
$QT_SOURCE_TREE/src/3rdparty/patches \ |
|
86 |
$QT_SOURCE_TREE/src/3rdparty/sha1 \ |
|
87 |
$QT_SOURCE_TREE/src/3rdparty/sqlite \ |
|
88 |
$QT_SOURCE_TREE/src/3rdparty/webkit/JavaScriptCore \ |
|
89 |
$QT_SOURCE_TREE/src/3rdparty/webkit/WebCore \ |
|
90 |
$QT_SOURCE_TREE/src/3rdparty/wintab \ |
|
91 |
$QT_SOURCE_TREE/src/3rdparty/zlib \ |
|
92 |
$QT_SOURCE_TREE/doc/src/snippets \ |
|
93 |
$QT_SOURCE_TREE/src/3rdparty/phonon/gstreamer \ |
|
94 |
$QT_SOURCE_TREE/src/3rdparty/phonon/ds9 \ |
|
95 |
$QT_SOURCE_TREE/src/3rdparty/phonon/qt7 \ |
|
96 |
$QT_SOURCE_TREE/src/3rdparty/phonon/waveout |
|
97 |
||
98 |
sources.fileextensions = "*.cpp *.qdoc *.mm" |
|
99 |
examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp" |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
100 |
examples.imageextensions = "*.png" |
0 | 101 |
|
102 |
exampledirs = $QT_SOURCE_TREE/doc/src \ |
|
103 |
$QT_SOURCE_TREE/examples \ |
|
104 |
$QT_SOURCE_TREE/examples/tutorials \ |
|
105 |
$QT_SOURCE_TREE \ |
|
106 |
$QT_SOURCE_TREE/qmake/examples \ |
|
107 |
$QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/docs |
|
108 |
imagedirs = $QT_SOURCE_TREE/doc/src/images \ |
|
109 |
$QT_SOURCE_TREE/examples |
|
110 |
outputdir = $QT_BUILD_TREE/doc/html |
|
111 |
tagfile = $QT_BUILD_TREE/doc/html/qt.tags |
|
112 |
base = file:$QT_BUILD_TREE/doc/html |
|
113 |
||
114 |
HTML.generatemacrefs = "true" |