From fe9464fa04d41a3d027b3beb3ddd06e013946f17 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@qt.io> Date: Thu, 31 Aug 2017 15:31:09 +0200 Subject: [PATCH] Doc: Add Getting Started with Qt for Device Creation to Tutorials MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie7c2ac11e8faf7a0ee7cde5a066395a8c63871a2 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> --- src/plugins/qtsupport/qtcreator_tutorials.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plugins/qtsupport/qtcreator_tutorials.xml b/src/plugins/qtsupport/qtcreator_tutorials.xml index 003ee887554..d018570278c 100644 --- a/src/plugins/qtsupport/qtcreator_tutorials.xml +++ b/src/plugins/qtsupport/qtcreator_tutorials.xml @@ -34,7 +34,10 @@ <description><![CDATA[Creating a Qt widget based application.]]></description> <tags>qt creator,embedded,device creation</tags> </tutorial> - + <tutorial imageUrl=":qtsupport/images/icons/videotutorialicon.png" difficulty="" projectPath="" name="Getting Started with Qt for Device Creation" isVideo="true" videoUrl="https://www.youtube.com/watch?v=QFWPw4UWL9E" videoLength="8:30"> + <description><![CDATA[Using Qt Creator to deploy applications to an embedded device.]]></description> + <tags>qt creator,embedded,device creation</tags> + </tutorial> <tutorial imageUrl=":qtsupport/images/icons/videotutorialicon.png" difficulty="" projectPath="" name="Qt Quick Designer - The Coffee Machine" isVideo="true" videoUrl="https://www.youtube.com/watch?v=Ko3YPM_tStM" videoLength="3:06"> <description><![CDATA[Creating a UI for embedded devices.]]></description> <tags>qt creator,qt quick,embedded</tags> -- GitLab