aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/overview/creator-mobile-targets.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-07-24 15:31:23 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-07-25 11:04:16 +0200
commitb125f4f25f05d3e10c54370d0012dd7ddc87a0a8 (patch)
tree9a5d9fea775f76778e2a1a4c74f102b4e1949b83 /doc/src/overview/creator-mobile-targets.qdoc
parent977ecf1f975b7f45dff08d2c95584dd7b28f371c (diff)
Doc: Android target
Change-Id: I03bb68dac3a6a2af7424ee31ca14ef66236101e7 (cherry picked from commit 64c5d45b0f6f7a2e3aa6eb1929d56fa52fa8252c) Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'doc/src/overview/creator-mobile-targets.qdoc')
-rw-r--r--doc/src/overview/creator-mobile-targets.qdoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/overview/creator-mobile-targets.qdoc b/doc/src/overview/creator-mobile-targets.qdoc
index 31bc285de5..31d62f9212 100644
--- a/doc/src/overview/creator-mobile-targets.qdoc
+++ b/doc/src/overview/creator-mobile-targets.qdoc
@@ -25,7 +25,7 @@
/*!
\contentspage index.html
- \previouspage creator-deployment-qnx.html
+ \previouspage creator-deploying-android.html
\page creator-connecting-mobile.html
\nextpage creator-developing-meego.html
@@ -81,6 +81,15 @@
supported for BlackBerry Playbook, and requires the BlackBerry NDK
to be installed on the development PC.
+ \o \l{Connecting Android Devices}
+
+ Qt applications for Android are compiled as \c {shared objects} that
+ are loaded by a Java launcher generated by the Qt for Android SDK.
+ This is totally transparent to users. As Qt is composed of libraries
+ referencing each other, Qt applications are only supported on
+ Android version 1.6, or later. You must install the Qt for Android
+ SDK to develop for Android devices.
+
\endlist
*/