From 2684ee8a38c6bdf6ea5e39a251ebf6855a4a986d 2013-10-10 07:48:21 From: Titta Heikkala Date: 2013-10-10 07:48:21 Subject: [PATCH] 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 --- diff --git a/doc/qchart-html.qdocconf b/doc/qchart-html.qdocconf index b5f5d8b..52b8ce2 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.