summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.