summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-04-01 13:42:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-03 10:35:03 +0000
commit495cdc6dd17f1f509d3c05816089139f00dd6b0e (patch)
tree3ff0b31ec03df9bbe8824b1a16524f659d0ee4d3
parentb819dd1f98d9e268e478fe75dfb0963586d6575b (diff)
downloadqtdoc-495cdc6dd17f1f509d3c05816089139f00dd6b0e.tar.gz
Docs: fix link to Qt GUI module
Change-Id: I505afbce433df105bb97c99b35d76375457633a4 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit 8dbe7ea41a08cde3fee9d76fd94ccb3d1516e522) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/android/android-platform-notes.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/platforms/android/android-platform-notes.qdoc b/doc/src/platforms/android/android-platform-notes.qdoc
index 235e864d..23ff6a0c 100644
--- a/doc/src/platforms/android/android-platform-notes.qdoc
+++ b/doc/src/platforms/android/android-platform-notes.qdoc
@@ -39,12 +39,12 @@
\section1 Qt Gui Dependency
- Given that Android apps typically include GUI elements, the Qt for Android plugin
- is built mainly to provide a GUI, so it implements the various QPA abstractions.
- As a result, deploying a Qt for Android app is expected to involve a dependency
- on \l {Qt Gui}. Moreover, it's worth noting that Qt Creator only supports Gradle builds
- and deployments, meaning that command line or shell executions are not supported
- out of the box.
+ Given that Android apps typically include GUI elements, the Qt for Android
+ plugin is built mainly to provide a GUI, so it implements the various QPA
+ abstractions. As a result, deploying a Qt for Android app is expected to
+ involve a dependency on \l [QtGui]{Qt GUI}. Moreover, it's worth noting that Qt
+ Creator only supports Gradle builds and deployments, meaning that command
+ line or shell executions are not supported out of the box.
\section1 Text Special Considerations