summaryrefslogtreecommitdiffstats
path: root/doc/global/html-header-offline.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/html-header-offline.qdocconf')
-rw-r--r--doc/global/html-header-offline.qdocconf8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/global/html-header-offline.qdocconf b/doc/global/html-header-offline.qdocconf
index d84f38fef8..ffce22eeee 100644
--- a/doc/global/html-header-offline.qdocconf
+++ b/doc/global/html-header-offline.qdocconf
@@ -1,10 +1,14 @@
#Default HTML header for QDoc builds.
#specify the CSS file used by this template
-HTML.stylesheets = template/style/offline.css
+HTML.stylesheets = template/style/offline.css \
+ template/style/offline-dark.css \
+ template/style/tech_preview.svg
#for including files into the qch file
-qhp.extraFiles += style/offline.css
+qhp.extraFiles += style/offline.css \
+ style/offline-dark.css \
+ style/tech_preview.svg
HTML.headerstyles = \
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"