mirror of https://github.com/qt/qtdoc.git
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 <sergio.ahumada@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
f7c1e127ae
commit
a8b0d87ec2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue