summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2022-10-03 15:29:38 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-05 06:05:58 +0000
commit6b98f7f7cbdaf5e93b2ac26695975e0ccf7c9a85 (patch)
tree7803a143ee1ab951a5cf8e9dff2ff8b43819bf46
parent9e85ce8a97e6a3e67671fc734385d402e6cf9d7e (diff)
downloadqtdoc-6b98f7f7cbdaf5e93b2ac26695975e0ccf7c9a85.tar.gz
Docs: Embed getting started with android video in relevant docs page
Embedded the YouTube video in the getting started with android docs. Fixes: QTBUG-107151 Change-Id: I9b4e77de6f6be19eb29efd7241a9e7ee1ddefa02 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 1908dac3377e1a8d397870526587b614516f06c7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/config/qtdoc.qdocconf3
-rw-r--r--doc/images/5OiIqFTjUZI&t.jpgbin0 -> 57742 bytes
-rw-r--r--doc/src/platforms/android/android.qdoc7
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 084da2dd..31548852 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -78,7 +78,8 @@ 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
+{HTML.extraimages,qhp.QtDoc.extraFiles} += images/yIv0vO8B7tQ.jpg \
+ ../images/5OiIqFTjUZI&t.jpg
manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
"QtDoc/Qt Quick Demo - Same Game" \
diff --git a/doc/images/5OiIqFTjUZI&t.jpg b/doc/images/5OiIqFTjUZI&t.jpg
new file mode 100644
index 00000000..91dbba83
--- /dev/null
+++ b/doc/images/5OiIqFTjUZI&t.jpg
Binary files differ
diff --git a/doc/src/platforms/android/android.qdoc b/doc/src/platforms/android/android.qdoc
index 749ffc25..9161c63e 100644
--- a/doc/src/platforms/android/android.qdoc
+++ b/doc/src/platforms/android/android.qdoc
@@ -101,6 +101,13 @@
\previouspage android.html
\nextpage android-building.html
+ The video below is a beginner's guide to using the Qt for Android toolchain,
+ including the Qt Creator IDE, to get you started developing Android apps.
+
+ \youtube 5OiIqFTjUZI&t
+
+ The rest of this page has more detailed getting started information.
+
To download and install Qt for Android, follow the instructions on the
\l{Getting Started with Qt} page.