aboutsummaryrefslogtreecommitdiffstats
path: root/doc/targets/qbs-target-android.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-12-21 09:55:33 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-12-21 09:48:55 +0000
commita1f00f970cc9d5a8db618c1bebb9a119d4dc76e6 (patch)
tree46243229a07d048ef9a1443845e81cc32391fe8a /doc/targets/qbs-target-android.qdoc
parent1a15ca43205966a5d0f94a5caaf240eb4df94e7f (diff)
Doc: Use QML commands to document modules
Task-number: QBS-1245 Change-Id: I996bb44a1db9aae71ef42bca87265371de951272 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/targets/qbs-target-android.qdoc')
-rw-r--r--doc/targets/qbs-target-android.qdoc11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/targets/qbs-target-android.qdoc b/doc/targets/qbs-target-android.qdoc
index 04141ea1e..e5d52337f 100644
--- a/doc/targets/qbs-target-android.qdoc
+++ b/doc/targets/qbs-target-android.qdoc
@@ -59,16 +59,15 @@
packages for Android. The properties of the AndroidApk item specify the
locations of the APK source files.
- The AndroidApk item has a dependency on the \l{Module Android.sdk}
- {Android.sdk} module, which contains the properties and rules to create
- Android application packages from source files.
+ The AndroidApk item has a dependency on the \l{Android.sdk} module, which
+ contains the properties and rules to create Android application packages
+ from source files.
You can use the \l{DynamicLibrary} item to build native
Android libraries that are bundled into the APK. The \c qbs.architectures
property specifies the architectures to build for, with the default value
\c armv7a.
- The \l{DynamicLibrary} item has a dependency on the
- \l{Module Android.ndk}{Android.ndk} module, and contains the properties
- and rules to create native libraries.
+ The \l{DynamicLibrary} item has a dependency on the \l{Android.ndk} module,
+ and contains the properties and rules to create native libraries.
*/