From b27ce66d251ab7999ad9c0af8b6392cef10c8b85 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 17 Jun 2025 11:14:52 +0200 Subject: [PATCH] Doc: Fix link to "Qt for Android Manifest File Configuration" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The title was fixed in Qt 6.9. Change-Id: I4b4d343c348eb130cded18beb5b436acff7ab7ff Reviewed-by: Teea Põldsam --- doc/qtcreator/src/android/deploying-android.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator/src/android/deploying-android.qdoc b/doc/qtcreator/src/android/deploying-android.qdoc index 10237d40950..01ef14c78b4 100644 --- a/doc/qtcreator/src/android/deploying-android.qdoc +++ b/doc/qtcreator/src/android/deploying-android.qdoc @@ -234,7 +234,7 @@ to specify Android-specific settings, such as the application icon. However, you need the manifest file to publish the package in the Play Store. For more information about manifest files, see - \l {Qt Android Manifest File Configuration}. + \l {Qt for Android Manifest File Configuration}. If you use CMake as the build system, you must specify the Android package source directory, \c QT_ANDROID_PACKAGE_SOURCE_DIR, in the CMakeList.txt