aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-20 12:10:19 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-20 11:56:50 +0000
commitfaa8547b129f46281b9a743e223eb870bdd3890d (patch)
treea0189d2c638b7acd493b313790b81a3f0433e2f7 /doc/qtcreator
parentb7e5362e8fb03a53fd8f2b80c1f60903cc5a7225 (diff)
Doc: Fix links to QtAndroid functions
Add a dependency to the Qt Android Extras module to the doc configuration file to enable linking to the module. Change-Id: I69271554f78a0d73fc44032f9310e9670b06961e Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/config/qtcreator-project.qdocconf3
-rw-r--r--doc/qtcreator/src/android/deploying-android.qdoc4
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/qtcreator/config/qtcreator-project.qdocconf b/doc/qtcreator/config/qtcreator-project.qdocconf
index a9a0ef579d..414ac30c9a 100644
--- a/doc/qtcreator/config/qtcreator-project.qdocconf
+++ b/doc/qtcreator/config/qtcreator-project.qdocconf
@@ -35,7 +35,8 @@ examples.fileextensions += *.qml *.svg
HTML.extraimages = ../../config/images/commercial.png
qhp.QtCreator.extraFiles = ../../config/images/commercial.png
-depends += qtwidgets \
+depends += qtandroidextras\
+ qtwidgets \
qtcmake \
qtcore \
qtqml \
diff --git a/doc/qtcreator/src/android/deploying-android.qdoc b/doc/qtcreator/src/android/deploying-android.qdoc
index 966b1d629e..c4ece06216 100644
--- a/doc/qtcreator/src/android/deploying-android.qdoc
+++ b/doc/qtcreator/src/android/deploying-android.qdoc
@@ -319,8 +319,8 @@
\li In the \uicontrol Permissions field, you can specify the permissions that your
application needs. Starting from Android 6.0 (API 23), permissions have to be
- requested at runtime (See \l{QtAndroidExtras}{requestPermissionsSync} or
- \l{QtAndroidExtras}{requestPermissions}). For lower Android API levels,
+ requested at runtime (see \l{QtAndroid::requestPermissionsSync()} or
+ \l{QtAndroid::requestPermissions()}). For lower Android API levels,
users are asked to grant the permissions when they install the application.
Android OS then grants the application access to the appropriate data and features.