summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-08-31 14:51:31 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-09-03 08:27:09 +0000
commitd9e2f412cc6a9149491b7499039ccfe2038a26ab (patch)
tree93b4b3ba5c3734b43b61fa4770fdea389b41ce21
parentb6f7476b5cb353748d89060a5c08a0d288a5397e (diff)
Doc: Add link to the YouTube video about installing Qt
Change-Id: Ifb3920d5af764fd77644c32628223f5b5deb214f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/config/qtdoc.qdocconf4
-rw-r--r--doc/images/I5jasWrsxT0.jpgbin0 -> 7555 bytes
-rw-r--r--doc/src/getting-started/gettingstarted.qdoc5
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 6bbc2bed7..623cf0d6b 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -124,3 +124,7 @@ HTML.stylesheets += style/qt5-sidebar.html
macro.indextitle = "\\title Qt $QT_VER"
macro.qtver = "$QT_VER"
+
+# Config to enable YouTube links in the offline documentation
+HTML.extraimages += ../images/I5jasWrsxT0.jpg
+qhp.QtDoc.extraFiles += ../images/I5jasWrsxT0.jpg
diff --git a/doc/images/I5jasWrsxT0.jpg b/doc/images/I5jasWrsxT0.jpg
new file mode 100644
index 000000000..24ea46b20
--- /dev/null
+++ b/doc/images/I5jasWrsxT0.jpg
Binary files differ
diff --git a/doc/src/getting-started/gettingstarted.qdoc b/doc/src/getting-started/gettingstarted.qdoc
index e12441c3d..7c9e9685e 100644
--- a/doc/src/getting-started/gettingstarted.qdoc
+++ b/doc/src/getting-started/gettingstarted.qdoc
@@ -83,6 +83,11 @@
documentation locally from your Qt sources, see \l{Getting Started with QDoc}
for details.
+ You can also watch the following YouTube video for a complete guide of the
+ installation process:
+
+ \youtube I5jasWrsxT0
+
\section2 Platform Requirements
Developing applications on different platforms are covered in the platform