summaryrefslogtreecommitdiffstats
path: root/src/doc/src/shared
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-11-14 15:17:52 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-11-21 15:14:24 +0200
commit49135dd763d628d7da6255ad3a2dd0e61f64f3b9 (patch)
treee9d81654805f12341ef371cb200f702bd50f933c /src/doc/src/shared
parented444f4748fc85e6057fe00c8ac80f5c79d7fa0f (diff)
Doc: Update product name and intro/overview pages
- Update product name to 'Qt for Device Creation' - Update index page and overview docs - Separate Boot to Qt section into its own page - Update documentation version - Link to Qt reference docs under doc.qt.io - Link to Android injection blog post Change-Id: Ib8a35303285930b32b5c33995df8eeba9c1a978c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'src/doc/src/shared')
-rw-r--r--src/doc/src/shared/b2qt-external-pages.qdoc15
-rw-r--r--src/doc/src/shared/common.qdocinc30
2 files changed, 45 insertions, 0 deletions
diff --git a/src/doc/src/shared/b2qt-external-pages.qdoc b/src/doc/src/shared/b2qt-external-pages.qdoc
index bdbd9b9..2da9463 100644
--- a/src/doc/src/shared/b2qt-external-pages.qdoc
+++ b/src/doc/src/shared/b2qt-external-pages.qdoc
@@ -18,6 +18,16 @@
****************************************************************************/
/*!
+ \externalpage http://doc.qt.io/
+ \title Qt reference documentation
+*/
+
+/*!
+ \externalpage http://doc.qt.io/qt-5/android-support.html
+ \title Qt for Android
+*/
+
+/*!
\externalpage http://www.qt.io/qt-for-device-creation/
\title product page
*/
@@ -56,3 +66,8 @@
\externalpage https://www.yoctoproject.org/
\title Yocto Project
*/
+
+/*!
+ \externalpage http://blog.qt.digia.com/blog/2014/07/04/making-an-android-device-boot-to-qt/
+ \title Android Injection
+*/
diff --git a/src/doc/src/shared/common.qdocinc b/src/doc/src/shared/common.qdocinc
new file mode 100644
index 0000000..a5b9b0a
--- /dev/null
+++ b/src/doc/src/shared/common.qdocinc
@@ -0,0 +1,30 @@
+/****************************************************************************
+**
+** Copyright (C) 2014 Digia Plc
+** All rights reserved.
+** For any questions to Digia, please use the contact form at
+** http://www.qt.io
+**
+** This file is part of Qt Enterprise Embedded.
+**
+** Licensees holding valid Qt Enterprise licenses may use this file in
+** accordance with the Qt Enterprise License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia.
+**
+** If you have questions regarding the use of this file, please use
+** the contact form at http://www.qt.io
+**
+****************************************************************************/
+/*!
+//! [overview-list]
+ \list
+ \li Qt development libraries and core tools
+ \li Additional embedded libraries and value-add components
+ \li Embedded development environment around Qt Creator IDE
+ \li \B2Q, a light-weight software stack for embedded systems
+ \li Build-Your-Own-Stack tooling for customizing the Boot to Qt stack
+ \li Device emulator for software development and testing without
+ target hardware
+ \endlist
+//! [overview-list]