2013-02-19 17:54:54 +01:00
|
|
|
#include standard set of HTML header and footer.
|
|
|
|
include(html-config.qdocconf)
|
|
|
|
include(html-header-offline.qdocconf)
|
|
|
|
include(html-footer.qdocconf)
|
|
|
|
|
2018-06-29 15:14:07 +02:00
|
|
|
defines += offlinedocs
|
|
|
|
|
2013-02-19 17:54:54 +01:00
|
|
|
#uncomment if navigation bar is not wanted
|
|
|
|
#HTML.nonavigationbar = "true"
|
2012-08-30 17:51:30 +02:00
|
|
|
|
2022-09-29 16:01:20 +02:00
|
|
|
HTML.stylesheets = template/style/offline.css \
|
|
|
|
template/style/offline-dark.css
|
2012-12-06 16:17:43 +01:00
|
|
|
HTML.extraimages += template/images/ico_out.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
|
|
|
|
|
2019-04-01 15:49:47 +02:00
|
|
|
sourcedirs += includes
|
|
|
|
|
2012-12-06 16:17:43 +01:00
|
|
|
#specify which files in the output directory should be packed into the qch file.
|
|
|
|
qhp.extraFiles += style/offline.css \
|
2022-09-29 16:01:20 +02:00
|
|
|
style/offline-dark.css \
|
2012-12-06 16:17:43 +01:00
|
|
|
images/ico_out.png \
|
|
|
|
images/btn_prev.png \
|
|
|
|
images/btn_next.png \
|
|
|
|
images/bullet_dn.png \
|
|
|
|
images/bullet_sq.png \
|
|
|
|
images/bgrContent.png
|
2015-10-20 10:36:57 +02:00
|
|
|
|
2022-07-11 01:38:06 +02:00
|
|
|
DocBook.extraimages += \
|
|
|
|
images/ico_out.png \
|
|
|
|
images/btn_prev.png \
|
|
|
|
images/btn_next.png \
|
|
|
|
images/bullet_dn.png \
|
|
|
|
images/bullet_sq.png \
|
|
|
|
images/bgrContent.png
|
|
|
|
|
2015-10-20 10:36:57 +02:00
|
|
|
# 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)
|