2010-12-17 20:21:27 +01:00
|
|
|
# Define the location of the templates to use. Style sheets and scripts are
|
|
|
|
|
# specified relative to the template directory and will be copied into
|
|
|
|
|
# subdirectories of the output directory.
|
|
|
|
|
|
2012-12-07 15:16:17 +01:00
|
|
|
HTML.templatedir = $SRCDIR/config
|
2010-12-17 20:21:27 +01:00
|
|
|
|
2012-12-07 15:16:17 +01:00
|
|
|
HTML.stylesheets = ../templates/style/offline.css
|
2010-12-17 20:21:27 +01:00
|
|
|
|
|
|
|
|
HTML.scripts =
|
|
|
|
|
|
|
|
|
|
# Files not referenced in any qdoc file (last four needed by qtdemo)
|
|
|
|
|
# See also qhp.Qt.extraFiles
|
2012-12-07 15:16:17 +01:00
|
|
|
# for Qt 4:
|
|
|
|
|
extraimages.HTML = ../templates/images/qt-logo.png \
|
|
|
|
|
../templates/images/arrow_down.png \
|
|
|
|
|
../templates/images/breadcrumb.png \
|
|
|
|
|
../templates/images/bullet_gt.png \
|
|
|
|
|
../templates/images/bullet_dn.png \
|
|
|
|
|
../templates/images/bullet_sq.png \
|
|
|
|
|
../templates/images/bullet_up.png \
|
|
|
|
|
../templates/images/horBar.png \
|
|
|
|
|
../templates/images/sprites-combined.png \
|
|
|
|
|
../templates/images/qtcreator-screenshots.png \
|
|
|
|
|
../templates/images/bgrContent.png \
|
|
|
|
|
../templates/images/blu_dot.png \
|
|
|
|
|
../templates/images/btn_next.png \
|
|
|
|
|
../templates/images/btn_prev.png \
|
|
|
|
|
../templates/images/ico_note.png \
|
|
|
|
|
../templates/images/ico_note_attention.png \
|
|
|
|
|
../templates/images/ico_out.png \
|
|
|
|
|
../templates/images/arrow_bc.png \
|
|
|
|
|
../templates/images/home.png
|
|
|
|
|
# for Qt 5
|
|
|
|
|
HTML.extraimages = ../templates/images/qt-logo.png \
|
|
|
|
|
../templates/images/arrow_down.png \
|
|
|
|
|
../templates/images/breadcrumb.png \
|
|
|
|
|
../templates/images/bullet_gt.png \
|
|
|
|
|
../templates/images/bullet_dn.png \
|
|
|
|
|
../templates/images/bullet_sq.png \
|
|
|
|
|
../templates/images/bullet_up.png \
|
|
|
|
|
../templates/images/horBar.png \
|
|
|
|
|
../templates/images/sprites-combined.png \
|
|
|
|
|
../templates/images/qtcreator-screenshots.png \
|
|
|
|
|
../templates/images/bgrContent.png \
|
|
|
|
|
../templates/images/blu_dot.png \
|
|
|
|
|
../templates/images/btn_next.png \
|
|
|
|
|
../templates/images/btn_prev.png \
|
|
|
|
|
../templates/images/ico_note.png \
|
|
|
|
|
../templates/images/ico_note_attention.png \
|
|
|
|
|
../templates/images/ico_out.png \
|
|
|
|
|
../templates/images/arrow_bc.png \
|
|
|
|
|
../templates/images/home.png
|
2010-12-17 20:21:27 +01:00
|
|
|
|
|
|
|
|
# Include the style sheets and scripts used.
|
|
|
|
|
|
|
|
|
|
HTML.headerstyles = \
|
|
|
|
|
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
|
|
|
|
|
|
|
|
|
|
HTML.headerscripts =
|
|
|
|
|
|
|
|
|
|
HTML.endheader = \
|
|
|
|
|
"</head>\n" \
|
|
|
|
|
"<body>\n"
|