04fe7af33f
Qt 5.6 now includes a version of the offline documentation template with simplified CSS suited for rendering HTML with a QTextBrowser backend. Select the template in qt-html-templates-offline.qdocconf, instead of the higher-level qt-module-defaults-offline.qdocconf. This is better because many projects external to qt5 (including Qt Creator) do not use qt-module-* includes. This way, we can control the template selection for all projects from a config file. Change-Id: I766af422d829f3c9519c5a45093473175363d600 Reviewed-by: Martin Smith <martin.smith@digia.com>
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
#include standard set of HTML header and footer.
|
|
include(html-config.qdocconf)
|
|
include(html-header-offline.qdocconf)
|
|
include(html-footer.qdocconf)
|
|
|
|
#uncomment if navigation bar is not wanted
|
|
#HTML.nonavigationbar = "true"
|
|
|
|
HTML.stylesheets = template/style/offline.css
|
|
HTML.extraimages += 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
|
|
|
|
#specify which files in the output directory should be packed into the qch file.
|
|
qhp.extraFiles += style/offline.css \
|
|
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
|
|
|
|
# By default, include override definitions for a simplified template/CSS,
|
|
# suited for rendering HTML with QTextBrowser. Comment out this line to
|
|
# select the standard CSS.
|
|
include(qt-html-templates-offline-simple.qdocconf)
|