summaryrefslogtreecommitdiffstats
path: root/doc/config/qt-html-default-styles.qdocconf
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-02-11 11:50:35 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-02-11 16:38:14 +0100
commit7ae6081e9c457b13efaedee81d63894fdb66c12e (patch)
treef42d8078b9b4c09c5b24095b95f23eb0fb3d0840 /doc/config/qt-html-default-styles.qdocconf
parentc0c10581e83b2ca547eb8791cc52d9c517952d72 (diff)
Update docs. (Qt4, Qt5 support and digia naming).
Change-Id: I08ab41846b7c954ee9ef1ae5c907a35864165e18 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/config/qt-html-default-styles.qdocconf')
-rw-r--r--doc/config/qt-html-default-styles.qdocconf60
1 files changed, 40 insertions, 20 deletions
diff --git a/doc/config/qt-html-default-styles.qdocconf b/doc/config/qt-html-default-styles.qdocconf
index 382d7fe30..1530c158a 100644
--- a/doc/config/qt-html-default-styles.qdocconf
+++ b/doc/config/qt-html-default-styles.qdocconf
@@ -2,32 +2,52 @@
# specified relative to the template directory and will be copied into
# subdirectories of the output directory.
-HTML.templatedir = $SRCDIR/templates
+HTML.templatedir = $SRCDIR/config
-HTML.stylesheets = style/offline.css
+HTML.stylesheets = ../templates/style/offline.css
HTML.scripts =
# Files not referenced in any qdoc file (last four needed by qtdemo)
# See also qhp.Qt.extraFiles
-extraimages.HTML = qt-logo.png \
- arrow_down.png \
- breadcrumb.png \
- bullet_gt.png \
- bullet_dn.png \
- bullet_sq.png \
- bullet_up.png \
- horBar.png \
- sprites-combined.png \
- bgrContent.png \
- blu_dot.png \
- btn_next.png \
- btn_prev.png \
- ico_note.png \
- ico_note_attention.png \
- ico_out.png \
- arrow_bc.png \
- home.png
+# 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/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/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
# Include the style sheets and scripts used.