|
1 # Run qdoc from the directory that contains this file. |
|
2 include(qt-html-templates.qdocconf) |
|
3 |
|
4 project = smartinstaller |
|
5 description = "Nokia Smart Installer Manual" |
|
6 |
|
7 headerdirs = |
|
8 sourcedirs = |
|
9 sourcedirs = $SRCDIR |
|
10 imagedirs = $SRCDIR/images $SRCDIR/templates/images |
|
11 outputdir = $OUTDIR |
|
12 exampledirs = $SRCDIR |
|
13 indexes = qt.index |
|
14 |
|
15 include(qt-defines.qdocconf) |
|
16 |
|
17 sources.fileextensions = "smartinstaller.qdoc" |
|
18 |
|
19 |
|
20 qhp.projects = NokiaSmartInstaller |
|
21 qhp.NokiaSmartInstaller.file = smartinstaller.qhp |
|
22 qhp.NokiaSmartInstaller.namespace = com.nokia.smartinstaller.101 |
|
23 qhp.NokiaSmartInstaller.virtualFolder = doc |
|
24 qhp.NokiaSmartInstaller.indexTitle = Nokia Smart Installer for Symbian Manual |
|
25 qhp.NokiaSmartInstaller.filterAttributes = NokiaSmartInstaller 1.0.1 |
|
26 qhp.NokiaSmartInstaller.customFilters.NokiaSmartInstaller.name = Nokia Smart Installer for Symbian |
|
27 qhp.NokiaSmartInstaller.customFilters.NokiaSmartInstaller.filterAttributes = smartinstaller 1.0.1 |
|
28 qhp.NokiaSmartInstaller.indexRoot = |
|
29 qhp.NokiaSmartInstaller.extraFiles = \ |
|
30 style/style.css \ |
|
31 style/style_ie6.css \ |
|
32 style/style_ie7.css \ |
|
33 style/style_ie8.css \ |
|
34 style/OfflineStyle.css \ |
|
35 images/qt-logo.png \ |
|
36 scripts/functions.js \ |
|
37 scripts/jquery.js \ |
|
38 images/api_examples.png \ |
|
39 images/api_lookup.png \ |
|
40 images/arrow_down.png \ |
|
41 images/bg_ll.png \ |
|
42 images/bg_l.png \ |
|
43 images/bg_lr.png \ |
|
44 images/bg_r.png \ |
|
45 images/bg_ul_blank.png \ |
|
46 images/bg_ll_blank.png \ |
|
47 images/bg_l_blank.png \ |
|
48 images/breadcrumb.png \ |
|
49 images/bullet_dn.png \ |
|
50 images/bullet_gt.png \ |
|
51 images/bullet_sq.png \ |
|
52 images/box_bg.png \ |
|
53 images/feedbackground.png \ |
|
54 images/horBar.png \ |
|
55 images/page_bg.png \ |
|
56 images/page.png \ |
|
57 images/qt-logo.png \ |
|
58 images/sprites-combined.png |
|
59 |
|
60 # macros.qdocconf |
|
61 |
|
62 macro.aring.HTML = "å" |
|
63 macro.Auml.HTML = "Ä" |
|
64 macro.author = "\\bold{Author:}" |
|
65 macro.br.HTML = "<br />" |
|
66 macro.BR.HTML = "<br />" |
|
67 macro.aacute.HTML = "á" |
|
68 macro.eacute.HTML = "é" |
|
69 macro.iacute.HTML = "í" |
|
70 macro.gui = "\\bold" |
|
71 macro.hr.HTML = "<hr />" |
|
72 macro.key = "\\bold" |
|
73 macro.menu = "\\bold" |
|
74 macro.note = "\\bold{Note:}" |
|
75 macro.oslash.HTML = "ø" |
|
76 macro.ouml.HTML = "ö" |
|
77 macro.QA = "\\e{Qt Assistant}" |
|
78 macro.QD = "\\e{Qt Designer}" |
|
79 macro.QL = "\\e{Qt Linguist}" |
|
80 macro.QC = "\\e{Qt Creator}" |
|
81 macro.QMLD = "\\e{Qt Quick Designer}" |
|
82 macro.QQV = "\\e{Qt QML Viewer}" |
|
83 macro.param = "\\e" |
|
84 macro.raisedaster.HTML = "<sup>*</sup>" |
|
85 macro.reg.HTML = "<sup>®</sup>" |
|
86 macro.return = "Returns" |
|
87 macro.starslash = "\\c{*/}" |
|
88 macro.uuml.HTML = "ü" |
|
89 macro.mdash.HTML = "—" |
|
90 |
|
91 # compat.qdocconf |
|
92 |
|
93 alias.i = e |
|
94 alias.include = input |
|
95 |
|
96 macro.0 = "\\\\0" |
|
97 macro.b = "\\\\b" |
|
98 macro.n = "\\\\n" |
|
99 macro.r = "\\\\r" |
|
100 macro.i = "\\o" |
|
101 macro.i11 = "\\o{1,1}" |
|
102 macro.i12 = "\\o{1,2}" |
|
103 macro.i13 = "\\o{1,3}" |
|
104 macro.i14 = "\\o{1,4}" |
|
105 macro.i15 = "\\o{1,5}" |
|
106 macro.i16 = "\\o{1,6}" |
|
107 macro.i17 = "\\o{1,7}" |
|
108 macro.i18 = "\\o{1,8}" |
|
109 macro.i19 = "\\o{1,9}" |
|
110 macro.i21 = "\\o{2,1}" |
|
111 macro.i31 = "\\o{3,1}" |
|
112 macro.i41 = "\\o{4,1}" |
|
113 macro.i51 = "\\o{5,1}" |
|
114 macro.i61 = "\\o{6,1}" |
|
115 macro.i71 = "\\o{7,1}" |
|
116 macro.i81 = "\\o{8,1}" |
|
117 macro.i91 = "\\o{9,1}" |
|
118 macro.img = "\\image" |
|
119 macro.endquote = "\\endquotation" |
|
120 spurious = "Missing comma in .*" \ |
|
121 "Missing pattern .*" |
|
122 |
|
123 # Doxygen compatibility commands |
|
124 |
|
125 macro.see = "\\sa" |
|
126 macro.function = "\\fn" |
|
127 |
|
128 # qt-cpp-ignore.qdocconf |
|
129 |
|
130 Cpp.ignoretokens = QAXFACTORY_EXPORT \ |
|
131 QDESIGNER_COMPONENTS_LIBRARY \ |
|
132 QDESIGNER_EXTENSION_LIBRARY \ |
|
133 QDESIGNER_SDK_LIBRARY \ |
|
134 QDESIGNER_SHARED_LIBRARY \ |
|
135 QDESIGNER_UILIB_LIBRARY \ |
|
136 QM_EXPORT_CANVAS \ |
|
137 QM_EXPORT_DNS \ |
|
138 QM_EXPORT_DOM \ |
|
139 QM_EXPORT_FTP \ |
|
140 QM_EXPORT_HTTP \ |
|
141 QM_EXPORT_ICONVIEW \ |
|
142 QM_EXPORT_NETWORK \ |
|
143 QM_EXPORT_OPENGL \ |
|
144 QM_EXPORT_SQL \ |
|
145 QM_EXPORT_TABLE \ |
|
146 QM_EXPORT_WORKSPACE \ |
|
147 QM_EXPORT_XML \ |
|
148 QT_ASCII_CAST_WARN \ |
|
149 QT_ASCII_CAST_WARN_CONSTRUCTOR \ |
|
150 QT_BEGIN_HEADER \ |
|
151 QT_DESIGNER_STATIC \ |
|
152 QT_END_HEADER \ |
|
153 QT_FASTCALL \ |
|
154 QT_WIDGET_PLUGIN_EXPORT \ |
|
155 Q_COMPAT_EXPORT \ |
|
156 Q_CORE_EXPORT \ |
|
157 Q_EXPLICIT \ |
|
158 Q_EXPORT \ |
|
159 Q_EXPORT_CODECS_CN \ |
|
160 Q_EXPORT_CODECS_JP \ |
|
161 Q_EXPORT_CODECS_KR \ |
|
162 Q_EXPORT_PLUGIN \ |
|
163 Q_GFX_INLINE \ |
|
164 Q_GUI_EXPORT \ |
|
165 Q_GUI_EXPORT_INLINE \ |
|
166 Q_GUI_EXPORT_STYLE_CDE \ |
|
167 Q_GUI_EXPORT_STYLE_COMPACT \ |
|
168 Q_GUI_EXPORT_STYLE_MAC \ |
|
169 Q_GUI_EXPORT_STYLE_MOTIF \ |
|
170 Q_GUI_EXPORT_STYLE_MOTIFPLUS \ |
|
171 Q_GUI_EXPORT_STYLE_PLATINUM \ |
|
172 Q_GUI_EXPORT_STYLE_POCKETPC \ |
|
173 Q_GUI_EXPORT_STYLE_SGI \ |
|
174 Q_GUI_EXPORT_STYLE_WINDOWS \ |
|
175 Q_GUI_EXPORT_STYLE_WINDOWSXP \ |
|
176 QHELP_EXPORT \ |
|
177 Q_INLINE_TEMPLATE \ |
|
178 Q_INTERNAL_WIN_NO_THROW \ |
|
179 Q_NETWORK_EXPORT \ |
|
180 Q_OPENGL_EXPORT \ |
|
181 Q_OUTOFLINE_TEMPLATE \ |
|
182 Q_SQL_EXPORT \ |
|
183 Q_SVG_EXPORT \ |
|
184 Q_SCRIPT_EXPORT \ |
|
185 Q_TESTLIB_EXPORT \ |
|
186 Q_TYPENAME \ |
|
187 Q_XML_EXPORT \ |
|
188 Q_XMLSTREAM_EXPORT \ |
|
189 Q_XMLPATTERNS_EXPORT \ |
|
190 QDBUS_EXPORT \ |
|
191 QT_BEGIN_NAMESPACE \ |
|
192 QT_BEGIN_INCLUDE_NAMESPACE \ |
|
193 QT_END_NAMESPACE \ |
|
194 QT_END_INCLUDE_NAMESPACE \ |
|
195 PHONON_EXPORT \ |
|
196 EXTENSIONSYSTEM_EXPORT |
|
197 Cpp.ignoredirectives = Q_DECLARE_HANDLE \ |
|
198 Q_DECLARE_INTERFACE \ |
|
199 Q_DECLARE_METATYPE \ |
|
200 Q_DECLARE_OPERATORS_FOR_FLAGS \ |
|
201 Q_DECLARE_PRIVATE \ |
|
202 Q_DECLARE_PUBLIC \ |
|
203 Q_DECLARE_SHARED \ |
|
204 Q_DECLARE_TR_FUNCTIONS \ |
|
205 Q_DECLARE_TYPEINFO \ |
|
206 Q_DISABLE_COPY \ |
|
207 QT_FORWARD_DECLARE_CLASS \ |
|
208 Q_DUMMY_COMPARISON_OPERATOR \ |
|
209 Q_ENUMS \ |
|
210 Q_FLAGS \ |
|
211 Q_INTERFACES \ |
|
212 __attribute__ \ |
|
213 K_DECLARE_PRIVATE \ |
|
214 PHONON_OBJECT \ |
|
215 PHONON_HEIR |