49 lines
2.3 KiB
Plaintext
49 lines
2.3 KiB
Plaintext
include(compat.qdocconf)
|
|
include(macros.qdocconf)
|
|
|
|
project = Qt Jambi
|
|
description = Qt Jambi Reference Documentation
|
|
url = http://qt.nokia.com/doc/qtjambi
|
|
|
|
version = 4.4.0_01
|
|
|
|
language = Java
|
|
|
|
sources = $JAMBI/doc/japi/qdoc.japi
|
|
outputformats = javadoc HTML
|
|
outputdir = $JAMBI/doc/html/com/trolltech/qt
|
|
|
|
imagedirs = $QTDIR/doc/src/images \
|
|
$QTDIR/examples \
|
|
$JAMBI/doc/src/images \
|
|
../doc/src/images \
|
|
$QTDIR/doc/src/template/images
|
|
|
|
extraimages.javadoc = qt-logo \
|
|
qt-logo.png
|
|
|
|
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\">" \
|
|
"<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \
|
|
"</td>\n" \
|
|
"<td width=\"1\"> </td>" \
|
|
"<td class=\"postheader\" valign=\"center\">" \
|
|
"<a href=\"qtjambi-index.html\">" \
|
|
"<font color=\"#004faf\">Home</font></a> ·" \
|
|
" <a href=\"qtjambi-overviews.html\">" \
|
|
"<font color=\"#004faf\">Overviews</font></a> ·" \
|
|
" <a href=\"qtjambi-examples.html\">" \
|
|
"<font color=\"#004faf\">Examples</font></a> " \
|
|
"</td>\n" \
|
|
"</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 © 2015 The Qt Company Ltd.</td>\n" \
|
|
"<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
|
|
"<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Jambi \\version</div></td>\n" \
|
|
"</tr></table></div></address>"
|