aboutsummaryrefslogtreecommitdiffstats
path: root/doc/targets/qbs-target-android.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-21 14:36:33 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-30 10:41:50 +0000
commit6fd43ee022e600731baa6f03388ce086891e608f (patch)
tree4d715fcf58d06fc2e17afcae23d6b25495af9a8b /doc/targets/qbs-target-android.qdoc
parent423c8c4986c2aa62a8b49ba9289ea75be4b1bc27 (diff)
Doc: Use QML commands to document Qbs convenience items
Task-number: QBS-1245 Change-Id: I158e4c91b9306e74919901935f7d8eb546623d41 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.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/targets/qbs-target-android.qdoc b/doc/targets/qbs-target-android.qdoc
index 108bb7fd9..04141ea1e 100644
--- a/doc/targets/qbs-target-android.qdoc
+++ b/doc/targets/qbs-target-android.qdoc
@@ -55,7 +55,7 @@
\li Shared libraries containing native code.
\endlist
- You can use the \l{AndroidApk Item}{AndroidApk} item to build application
+ You can use the \l{AndroidApk} item to build application
packages for Android. The properties of the AndroidApk item specify the
locations of the APK source files.
@@ -63,12 +63,12 @@
{Android.sdk} module, which contains the properties and rules to create
Android application packages from source files.
- You can use the \l{DynamicLibrary Item}{DynamicLibrary} item to build native
+ 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}{DynamicLibrary} item has a dependency on the
+ 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.
*/