aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlberto Mardegan <mardy@users.sourceforge.net>2020-02-04 20:31:26 +0300
committerAlberto Mardegan <mardy@users.sourceforge.net>2020-02-05 11:55:36 +0000
commitd853817741ebf62721a32540775f47d08668712b (patch)
treeda294f2dd1f310a2b1148514a30f663b69833099 /doc
parentb2e405c2f00bc82419172bb164f0b8ad75427dfc (diff)
Android: handle relative sourceset directories
Allow the resourcesDir, sourcesDir and assetsDir to be specified as relative paths. Also, change their type to `path`, as that better fits their role. Change-Id: I76df92fe763154f80ca3759e15de3ad70173632b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/android-sdk-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/modules/android-sdk-module.qdoc b/doc/reference/modules/android-sdk-module.qdoc
index 7733ae75d..2c2e43eab 100644
--- a/doc/reference/modules/android-sdk-module.qdoc
+++ b/doc/reference/modules/android-sdk-module.qdoc
@@ -119,7 +119,7 @@
*/
/*!
- \qmlproperty string Android.sdk::assetsDir
+ \qmlproperty path Android.sdk::assetsDir
The base directory for Android assets in the respective product.
@@ -201,7 +201,7 @@
*/
/*!
- \qmlproperty string Android.sdk::resourcesDir
+ \qmlproperty path Android.sdk::resourcesDir
The base directory for Android resources in the respective product.