aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/android-sdk-module.qdoc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-02-26 15:01:36 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-03-03 11:07:50 +0000
commit3348aeadfe88c5a93432dd528f5d18f02c737815 (patch)
tree2c46d6ff5c575f4b2488fca08fb66c8d728e7d67 /doc/reference/modules/android-sdk-module.qdoc
parentc78af4b6dfcc11af1ca54227bb3e32cf46a3d013 (diff)
Document the relevant file tags of the Android modules.
Task-number: QBS-934 Change-Id: Ic87dd3079b8f359a810cde8b8acb7214b38ed3b1 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'doc/reference/modules/android-sdk-module.qdoc')
-rw-r--r--doc/reference/modules/android-sdk-module.qdoc41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/reference/modules/android-sdk-module.qdoc b/doc/reference/modules/android-sdk-module.qdoc
index 5fd217194..e89ef25c5 100644
--- a/doc/reference/modules/android-sdk-module.qdoc
+++ b/doc/reference/modules/android-sdk-module.qdoc
@@ -83,4 +83,45 @@
\li The SDK base directory.
\endtable
+ \section1 Relevant File Tags
+
+ \table
+ \header
+ \li Tag
+ \li Auto-tagged File Names
+ \li Since
+ \li Description
+ \row
+ \li \c{"android.aidl"}
+ \li \c{*.aidl}
+ \li 1.4.0
+ \li This tag is used for Android AIDL files. One Java source file will be generated for each
+ such file.
+ \row
+ \li \c{"android.assets"}
+ \li -
+ \li 1.4.0
+ \li This tag is used for Android assets, which are typically located in an \c{assets/}
+ subdirectory. Using the \l {AndroidApk Item}{AndroidApk} item takes care of tagging
+ these files for you.
+ \row
+ \li \c{"android.apk"}
+ \li n/a
+ \li 1.4.0
+ \li This tag is attached to the output artifact of the rule that creates an APK package.
+ It is the default type of the \l {AndroidApk Item}{AndroidApk} item.
+ \row
+ \li \c{"android.manifest"}
+ \li \c{AndroidManifest.xml}
+ \li 1.4.0
+ \li This tag is used for the Android manifest. There must be one such file for every
+ Android app.
+ \row
+ \li \c{"android.resources"}
+ \li -
+ \li 1.4.0
+ \li This tag is used for Android resources, which are typically located in a \c{res/}
+ subdirectory. Using the \l {AndroidApk Item}{AndroidApk} item takes care of tagging
+ these files for you.
+ \endtable
*/