aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-16 15:02:05 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-08-27 12:29:06 +0000
commit7ddbc5997e123c60c45865bae2df380174caf72c (patch)
treeee9ddd6532e0501c5dce5471cb8e0d706ae8085e /doc
parentdd61fdb5017dcd9521ec389b0b40dad9a93bfd21 (diff)
Android: Properly support the aidl tool
We now pull in the AIDL framework file and let the user set search paths for imports. Change-Id: I93460a77b064fa87849b93c0b0e4bd3bbfd7459f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/android-sdk-module.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/reference/modules/android-sdk-module.qdoc b/doc/reference/modules/android-sdk-module.qdoc
index 98565f8b8..40d80b021 100644
--- a/doc/reference/modules/android-sdk-module.qdoc
+++ b/doc/reference/modules/android-sdk-module.qdoc
@@ -187,3 +187,8 @@
\defaultvalue \l packageName
*/
+
+/*!
+ \qmlproperty stringList Android.sdk::aidlSearchPaths
+ Search paths for import statements to pass to the \c aidl tool via the \c{-I} option.
+*/