aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-16 16:03:33 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-10-12 14:48:20 +0000
commitc24f09ba99e81a4e141fdcac410f26f1a83f3327 (patch)
tree8abf2d9603ef21c92894964672a4e3f49fb77d29 /doc/reference
parent6f3e1896fa567bca8a9f3d35ea26cae518a9313e (diff)
Android: Make sure the manifest file has the right package name
This prevents Android.sdk.packageName to get out of sync with the respective entry in the manifest file. Change-Id: I9cc8af5f74da2515d094b3988104f5037a12574a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/modules/android-sdk-module.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/modules/android-sdk-module.qdoc b/doc/reference/modules/android-sdk-module.qdoc
index 40d80b021..a9e06ae17 100644
--- a/doc/reference/modules/android-sdk-module.qdoc
+++ b/doc/reference/modules/android-sdk-module.qdoc
@@ -154,7 +154,8 @@
/*!
\qmlproperty string Android.sdk::packageName
- The package name of the respective product. Must match the one given in the manifest file.
+ The package name of the respective product. The \c package attribute in the manifest file
+ will be set to this value automatically.
\defaultvalue \c name
*/