summaryrefslogtreecommitdiffstats
path: root/old/doc/src/qtuitest.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'old/doc/src/qtuitest.qdocconf')
-rw-r--r--old/doc/src/qtuitest.qdocconf55
1 files changed, 55 insertions, 0 deletions
diff --git a/old/doc/src/qtuitest.qdocconf b/old/doc/src/qtuitest.qdocconf
new file mode 100644
index 0000000..30eb1e1
--- /dev/null
+++ b/old/doc/src/qtuitest.qdocconf
@@ -0,0 +1,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>&reg;</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 = "&eacute;"
+macro.aring.HTML = "&aring;"
+macro.oslash.HTML = "&oslash;"
+macro.ouml.HTML = "&ouml;"
+macro.Auml.HTML = "&Auml;"
+macro.uuml.HTML = "&uuml;"
+
+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\">&nbsp;&nbsp;</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 &copy; %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>"