summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/config/images/5OiIqFTjUZI.jpg (renamed from doc/images/5OiIqFTjUZI.jpg)bin57742 -> 57742 bytes
-rw-r--r--doc/config/qtdoc.qdocconf12
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/images/5OiIqFTjUZI.jpg b/doc/config/images/5OiIqFTjUZI.jpg
index 91dbba83..91dbba83 100644
--- a/doc/images/5OiIqFTjUZI.jpg
+++ b/doc/config/images/5OiIqFTjUZI.jpg
Binary files differ
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 98e8ebf4..7e7c9f41 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -62,9 +62,11 @@ qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials
qhp.QtDoc.subprojects.examples.selectors = fake:example
qhp.QtDoc.subprojects.examples.sortPages = true
-# Add an image used in example manifests to qhp
-HTML.extraimages += images/qt-codesample.png
-qhp.QtDoc.extraFiles += images/qt-codesample.png
+# Add an image used in example manifests to qhp, as well as thumbnails for YouTube links
+{HTML.extraimages,qhp.QtDoc.extraFiles} += \
+ images/qt-codesample.png \
+ images/yIv0vO8B7tQ.jpg \
+ images/5OiIqFTjUZI.jpg
# Add an .html file with sidebar content, used in the online style
HTML.stylesheets += style/qt5-sidebar.html
@@ -77,10 +79,6 @@ macro.qtmajorversion.match = "^(\\d+)"
macro.qt5 = "\\l{https://doc.qt.io/qt-5/\1}{\2}"
macro.qtbug = "\\l{https://bugreports.qt.io/browse/\1}{\1}"
-# Config to enable YouTube links in the offline documentation
-{HTML.extraimages,qhp.QtDoc.extraFiles} += images/yIv0vO8B7tQ.jpg \
- ../images/5OiIqFTjUZI.jpg
-
manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
"QtDoc/Qt Quick Demo - Same Game" \
"QtDoc/Qt Quick Demo - Calqlatr"