summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@digia.com>2013-10-10 10:32:40 +0300
committerTitta Heikkala <titta.heikkala@digia.com>2013-10-10 10:48:21 +0300
commit2684ee8a38c6bdf6ea5e39a251ebf6855a4a986d (patch)
treec4f0ba0366560bad49e02ea2caaa5fa702213e29 /doc
parentec2eee97ed6a8562d2232f1f9dc081a5e43eb336 (diff)
Fix documentation generated against Qt5
The image files that are not referenced in any qdoc file are not defined as extraimages separately for both Qt4 and Qt5. There are still warnings of deprecated markup commands when generating the documentation against Qt5 but the documentation itself now looks good. Task-number: QTRD-1908 Change-Id: I5bb1ac4ce1899bcde99c42180bd2f3e715b9151a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/qchart-html.qdocconf18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/qchart-html.qdocconf b/doc/qchart-html.qdocconf
index b5f5d8b5..52b8ce2b 100644
--- a/doc/qchart-html.qdocconf
+++ b/doc/qchart-html.qdocconf
@@ -12,6 +12,7 @@ HTML.scripts =
# These also need to be listed in qhp.Qt.extraFiles with the correct
# directory prefixes.
+#extraimages definition for Qt4
extraimages.HTML = qt-logo.png \
digia_logo.png \
qcharts.png \
@@ -24,9 +25,20 @@ extraimages.HTML = qt-logo.png \
horBar.png \
presenterchart_example.png \
bg.png
-
-
-
+
+# extraimages definition for Qt5
+HTML.extraimages = ./images/qt-logo.png \
+ ./images/digia_logo.png \
+ ./images/qcharts.png \
+ ./images/arrow_down.png \
+ ./images/breadcrumb.png \
+ ./images/bullet_gt.png \
+ ./images/bullet_dn.png \
+ ./images/bullet_sq.png \
+ ./images/bullet_up.png \
+ ./images/horBar.png \
+ ./images/presenterchart_example.png \
+ ./images/bg.png
# Include the style sheets and scripts used.