| 1 | include(compat.qdocconf) | 
|---|
| 2 | include(macros.qdocconf) | 
|---|
| 3 |  | 
|---|
| 4 | project                 = Qt Jambi | 
|---|
| 5 | description             = Qt Jambi Reference Documentation | 
|---|
| 6 | url                     = http://qt.nokia.com/doc/qtjambi | 
|---|
| 7 |  | 
|---|
| 8 | version                 = 4.4.0_01 | 
|---|
| 9 |  | 
|---|
| 10 | language                = Java | 
|---|
| 11 |  | 
|---|
| 12 | sources                 = $JAMBI/doc/japi/qdoc.japi | 
|---|
| 13 | outputformats           = javadoc HTML | 
|---|
| 14 | outputdir               = $JAMBI/doc/html/com/trolltech/qt | 
|---|
| 15 |  | 
|---|
| 16 | imagedirs               = $QTDIR/doc/src/images \ | 
|---|
| 17 | $QTDIR/examples \ | 
|---|
| 18 | $JAMBI/doc/src/images \ | 
|---|
| 19 | ../doc/src/images \ | 
|---|
| 20 | $QTDIR/doc/src/template/images | 
|---|
| 21 |  | 
|---|
| 22 | extraimages.javadoc     = qt-logo \ | 
|---|
| 23 | qt-logo.png | 
|---|
| 24 |  | 
|---|
| 25 | HTML.stylesheets        = classic.css | 
|---|
| 26 |  | 
|---|
| 27 | HTML.postheader         = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \ | 
|---|
| 28 | "<tr>\n" \ | 
|---|
| 29 | "<td align=\"left\" valign=\"top\" width=\"32\">" \ | 
|---|
| 30 | "<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \ | 
|---|
| 31 | "</td>\n" \ | 
|---|
| 32 | "<td width=\"1\">  </td>" \ | 
|---|
| 33 | "<td class=\"postheader\" valign=\"center\">" \ | 
|---|
| 34 | "<a href=\"qtjambi-index.html\">" \ | 
|---|
| 35 | "<font color=\"#004faf\">Home</font></a> ·" \ | 
|---|
| 36 | " <a href=\"qtjambi-overviews.html\">" \ | 
|---|
| 37 | "<font color=\"#004faf\">Overviews</font></a> ·" \ | 
|---|
| 38 | " <a href=\"qtjambi-examples.html\">" \ | 
|---|
| 39 | "<font color=\"#004faf\">Examples</font></a> " \ | 
|---|
| 40 | "</td>\n" \ | 
|---|
| 41 | "</tr></table>" | 
|---|
| 42 |  | 
|---|
| 43 | HTML.footer             = "<p /><address><hr /><div align=\"center\">\n" \ | 
|---|
| 44 | "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ | 
|---|
| 45 | "<td width=\"30%\" align=\"left\">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ | 
|---|
| 46 | "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ | 
|---|
| 47 | "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Jambi \\version</div></td>\n" \ | 
|---|
| 48 | "</tr></table></div></address>" | 
|---|