2013-02-19 16:54:54 +00:00
|
|
|
#Additional HTML settings
|
|
|
|
|
|
|
|
HTML.nonavigationbar = "false"
|
|
|
|
|
2014-06-04 12:44:55 +00:00
|
|
|
HTML.tocdepth = 2
|
|
|
|
|
2013-02-19 16:54:54 +00:00
|
|
|
HTML.extraimages += template/images/arrow_bc.png \
|
|
|
|
template/images/home.png \
|
|
|
|
template/images/ico_out.png \
|
|
|
|
template/images/ico_note.png \
|
|
|
|
template/images/ico_note_attention.png \
|
|
|
|
template/images/btn_prev.png \
|
|
|
|
template/images/btn_next.png \
|
|
|
|
template/images/bullet_dn.png \
|
|
|
|
template/images/bullet_sq.png \
|
|
|
|
template/images/bgrContent.png \
|
|
|
|
template/images/logo.png
|
|
|
|
|
|
|
|
#specify which files in the output directory should be packed into the qch file.
|
|
|
|
#these files are assumed to be in each module's output directory."qtquick/images/ico_out.png" for example.
|
|
|
|
qhp.extraFiles += images/arrow_bc.png \
|
|
|
|
images/home.png \
|
|
|
|
images/ico_out.png \
|
|
|
|
images/ico_note.png \
|
|
|
|
images/ico_note_attention.png \
|
|
|
|
images/btn_prev.png \
|
|
|
|
images/btn_next.png \
|
|
|
|
images/bullet_dn.png \
|
|
|
|
images/bullet_sq.png \
|
|
|
|
images/bgrContent.png \
|
|
|
|
images/logo.png
|