aboutsummaryrefslogtreecommitdiff
path: root/toolchain/Android.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/Android.cmake')
-rw-r--r--toolchain/Android.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake
index 63b40e70..5f1d96f8 100644
--- a/toolchain/Android.cmake
+++ b/toolchain/Android.cmake
@@ -90,7 +90,8 @@
# make
# make create-apk-myapp
#
-# The APK would then be found in ``myapp_build_apk/bin`` in the build directory.
+# You can specify the APK output directory by setting ``ANDROID_APK_OUTPUT_DIR``.
+# Otherwise the APK can be found in ``myapp_build_apk/`` in the build directory.
#
# The create-apk-myapp target will be able to take an ARGS parameter with further
# arguments for androiddeployqt. For example, one can use::