diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-18 18:26:01 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-18 18:26:01 (GMT) |
commit | 8657a92378ebf878c394944956af38905decbd0a (patch) | |
tree | 66cf3f4d0546cd5c9c58e7a6a074819c80ff49fc /tools/qdoc3/test/qt-html-templates.qdocconf | |
parent | c7cd5b1a4034639af7e6bc8976ec822dbc986711 (diff) | |
download | Qt-8657a92378ebf878c394944956af38905decbd0a.zip Qt-8657a92378ebf878c394944956af38905decbd0a.tar.gz Qt-8657a92378ebf878c394944956af38905decbd0a.tar.bz2 |
Moved style-specific declarations. Removed script declarations.
Diffstat (limited to 'tools/qdoc3/test/qt-html-templates.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 5a2058a..bbd1b21 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -46,3 +46,32 @@ HTML.footer = \ " Free Documentation License version 1.3</a>\n" \ " as published by the Free Software Foundation.</p>\n" \ "</div>\n" \ + +# Files not referenced in any qdoc file (last four are needed by qtdemo) +# See also extraimages.HTML +qhp.Qt.extraFiles = index.html \ + images/bg_l.png \ + images/bg_l_blank.png \ + images/bg_ll_blank.png \ + images/bg_ul_blank.png \ + images/header_bg.png \ + images/bg_r.png \ + images/box_bg.png \ + images/breadcrumb.png \ + images/bullet_gt.png \ + images/bullet_dn.png \ + images/bullet_sq.png \ + images/bullet_up.png \ + images/arrow_down.png \ + images/feedbackground.png \ + images/horBar.png \ + images/page.png \ + images/page_bg.png \ + images/sprites-combined.png \ + images/spinner.gif \ + images/stylesheet-coffee-plastique.png \ + images/taskmenuextension-example.png \ + images/coloreditorfactoryimage.png \ + images/dynamiclayouts-example.png \ + style/narrow.css \ + style/style.css |