aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/android-sdk-module.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-06-22 21:47:28 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-06-24 09:49:21 +0000
commit28400aa9601e01e07010ec70e919a4b65b459321 (patch)
tree02f4c1c9980c8c9e247d7395f4a46c71bdecc581 /doc/reference/modules/android-sdk-module.qdoc
parent5533a34d0783450b4de30797f3dd001a028ff2b1 (diff)
Add version information for module properties.
Task-number: QBS-827 Change-Id: Id45d898ea56f0320303b51293e8c30fbfb850d05 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc/reference/modules/android-sdk-module.qdoc')
-rw-r--r--doc/reference/modules/android-sdk-module.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reference/modules/android-sdk-module.qdoc b/doc/reference/modules/android-sdk-module.qdoc
index ba18461ae..5fd217194 100644
--- a/doc/reference/modules/android-sdk-module.qdoc
+++ b/doc/reference/modules/android-sdk-module.qdoc
@@ -34,6 +34,7 @@
\ingroup list-of-modules
\title Module Android.sdk
+ \since 1.4
\brief Provides support for building Android packages.
The \c Android.sdk module contains the properties and rules to create Android application
@@ -51,28 +52,33 @@
\header
\li Property
\li Type
+ \li Since
\li Default
\li Description
\row
\li buildToolsVersion
\li string
+ \li 1.4
\li undefined
\li The version of the build tools such as aapt and dx. The \c setup-android
tool sets this to the highest version available in the SDK.
\row
\li ndkDir
\li string
+ \li 1.4
\li undefined
\li The NDK base directory, if an NDK is present.
\row
\li platform
\li string
+ \li 1.4
\li undefined
\li The versioned platform name (e.g. "android-21"). The \c setup-android
tool sets this to the highest version available in the SDK.
\row
\li sdkDir
\li string
+ \li 1.4
\li undefined
\li The SDK base directory.
\endtable