summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2024-03-28 13:54:13 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2024-04-02 07:48:32 +0000
commit7dab842a4ed3b2b543aa0f04432ae9abbd157653 (patch)
treef6ff677706068db17e031ed883351349c7fb9fa7 /doc
parent5d6e457201d975e99ce1ae2fb209e252c144e186 (diff)
Add video to Android Studio plugin docs
Added the getting started Youtube in the plugin docs Task-number: QTBUG-123140 Pick-to: 6.7 6.7.0 Change-Id: I4807d3eecde65b1dcda50070f4c2ee8705d4088b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/config/qtdoc.qdocconf3
-rw-r--r--doc/images/android-studio-plugin/_AkKSLp5FnM.pngbin0 -> 47270 bytes
-rw-r--r--doc/src/platforms/android/android-studio-tools-plugin.qdoc10
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index be4502a79..2296adfc3 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -65,7 +65,8 @@ qhp.QtDoc.subprojects.examples.sortPages = true
images/yIv0vO8B7tQ.jpg \
images/5OiIqFTjUZI.jpg \
images/nmvurCcsWos.jpg \
- images/xNIz78IPBu0.jpg
+ images/xNIz78IPBu0.jpg \
+ ../images/android-studio-plugin/_AkKSLp5FnM.png
# Add an .html file with sidebar content, used in the online style
HTML.stylesheets += style/qt5-sidebar.html
diff --git a/doc/images/android-studio-plugin/_AkKSLp5FnM.png b/doc/images/android-studio-plugin/_AkKSLp5FnM.png
new file mode 100644
index 000000000..ed8e84715
--- /dev/null
+++ b/doc/images/android-studio-plugin/_AkKSLp5FnM.png
Binary files differ
diff --git a/doc/src/platforms/android/android-studio-tools-plugin.qdoc b/doc/src/platforms/android/android-studio-tools-plugin.qdoc
index aa950ce57..098229a82 100644
--- a/doc/src/platforms/android/android-studio-tools-plugin.qdoc
+++ b/doc/src/platforms/android/android-studio-tools-plugin.qdoc
@@ -55,10 +55,14 @@
\section1 Getting started
- Here we cover installing the plugin, installing all the minimum required
- Qt dependencies for using the plugin, runs through importing an example
+ The following video covers installing the plugin, installing all the minimum
+ required Qt dependencies for using the plugin, runs through importing an example
Qt for Android project, and building and running the project on a target device.
- There is also information on the plugin features and UI.
+
+ \youtube _AkKSLp5FnM
+
+ The following sections will cover this information, as well as further
+ details on the plugin's features and UI.
\section2 Installing dependencies