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-online.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-online.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates-online.qdocconf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-html-templates-online.qdocconf b/tools/qdoc3/test/qt-html-templates-online.qdocconf index 64f99ad..7ed8c90 100644 --- a/tools/qdoc3/test/qt-html-templates-online.qdocconf +++ b/tools/qdoc3/test/qt-html-templates-online.qdocconf @@ -196,3 +196,41 @@ HTML.footer = \ " var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n" \ " })();\n" \ " </script>\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 \ + scripts/functions.js \ + scripts/jquery.js \ + scripts/narrow.js \ + scripts/superfish.js \ + style/narrow.css \ + style/superfish.css \ + style/style_ie6.css \ + style/style_ie7.css \ + style/style_ie8.css \ + style/style.css |