blob: 30eb1e1095c3f225da99637c9b091471fd8d698f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# Run qdoc from the directory that contains this file.
project = QtUiTest
description = QtUiTest Reference Documentation
url = http://doc.qt.nokia.com/
language = Cpp
defines = Q_QDOC __cplusplus
headerdirs = $QTUITEST/libqsystemtest $QTUITEST/lib
sourcedirs = $QTUITEST/doc/src $QTUITEST/libqsystemtest $QTUITEST/lib
sources.fileextensions = "*.cpp *.qdoc"
Cpp.ignoretokens = QSYSTEMTEST_EXPORT
codeindent = 1
imagedirs = images
outputdir = ../html
codeindent = 1
extraimages.HTML = qt-logo
extrafiles = classic.css
macro.key = "\\bold"
macro.menu = "\\bold"
macro.gui = "\\bold"
macro.reg.HTML = "<sup>®</sup>"
macro.raisedaster.HTML = "<sup>*</sup>"
macro.BR.HTML = "<br />"
macro.br.HTML = "<br />"
macro.QD = "\\e{Qt Designer}"
macro.QA = "\\e{Qt Assistant}"
macro.eacute.HTML = "é"
macro.aring.HTML = "å"
macro.oslash.HTML = "ø"
macro.ouml.HTML = "ö"
macro.Auml.HTML = "Ä"
macro.uuml.HTML = "ü"
HTML.stylesheets = classic.css
HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
"<tr>\n" \
"<td align=\"left\" valign=\"top\" width=\"32\">" \
"<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \
"</td>\n" \
"<td width=\"1\"> </td>" \
"<td align=\"right\" valign=\"top\" width=\"230\"></td></tr></table>"
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
"<td width=\"30%\" align=\"left\">Copyright © %THISYEAR% Nokia Corporation " \
"and/or its subsidiary(-ies)</td>\n" \
"<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
"<td width=\"30%\" align=\"right\"><div align=\"right\">QtUiTest</div></td>\n" \
"</tr></table></div></address>"
|