summaryrefslogtreecommitdiffstats
path: root/src/doc/config/b2qt.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-08-02 15:47:20 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2013-08-06 15:57:17 +0300
commit08c78a078d5dff7aecf9ca7256da2742e8a4d8b5 (patch)
tree5d5dc5c820ad33fba34e260cbf8beb12e6f4ac1b /src/doc/config/b2qt.qdocconf
parent94b7d73c7417c3296c641065eab2305081a3d806 (diff)
Doc: Unify preparing hardware documentation pages
To unclutter hardware instructions and make them more maintainable, combine instructions for eAndroid and eLinux into a single page per device. Also, - Create macros for eLinux/aAndroid and switch to use them in docs - Rename device specific pages, add them into TOC as subsections under Preparing Hardware (new page). - Link to above page in install instructions - Indent \code sections to make them look better Change-Id: I891e7bf8fa853a9f455b82861a1610116b87670f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc/config/b2qt.qdocconf')
-rw-r--r--src/doc/config/b2qt.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/config/b2qt.qdocconf b/src/doc/config/b2qt.qdocconf
index 0e2d178..2ebe7d1 100644
--- a/src/doc/config/b2qt.qdocconf
+++ b/src/doc/config/b2qt.qdocconf
@@ -27,4 +27,6 @@ qhp.B2Qt.subprojects.manual.indexTitle = Boot to Qt Introduction
qhp.B2Qt.subprojects.manual.type = manual
macro.B2Q = "Boot to Qt"
+macro.B2QA = "Boot to Qt for embedded Android"
+macro.B2QL = "Boot to Qt for embedded Linux"