From a8b0d87ec2c3ebfadecfb40815d00d9fcc3f11b0 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 19 Sep 2013 16:03:31 +0200 Subject: [PATCH] Doc: Add generic code sample image to qhp Changes from fff32616 to qtdoc-qhp.qdocconf were lost during merge as that file was deleted in the target branch. Add the changes to qtdoc.qdocconf instead. Change-Id: If59670d43ecab31ba1912f4ffe50266417374714 Reviewed-by: Sergio Ahumada Reviewed-by: Jerome Pasion --- doc/config/qtdoc.qdocconf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf index 00b36fef6..00304d2de 100644 --- a/doc/config/qtdoc.qdocconf +++ b/doc/config/qtdoc.qdocconf @@ -97,3 +97,7 @@ qhp.QtDoc.subprojects.qmltypes.sortPages = true qhp.QtDoc.subprojects.examples.title = Tutorials and Examples qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials qhp.QtDoc.subprojects.examples.selectors = fake:example + +# Add an image used in example manifests to qhp +HTML.extraimages += images/qt-codesample.png +qhp.QtDoc.extraFiles += images/qt-codesample.png