summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2018-02-13 12:44:32 +0200
committerBogDan Vatra <bogdan@kdab.com>2018-02-13 15:35:50 +0000
commitde869e95fa9dce9b0f12e7c383c65a72e01a0616 (patch)
treeb5f77e784566b4050bd0a74cad648809dacbb2ef
parent81d8e665204ed6b9facabf5d170dd91acc06c36c (diff)
downloadqtdoc-de869e95fa9dce9b0f12e7c383c65a72e01a0616.tar.gz
Add Android note
Change-Id: I15b97aa757c3b102c0d0a092f4b86710ea9920a9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit aac63b296680a34dc16b5cd1afb452999df172d0)
-rw-r--r--doc/src/qmlapp/deployment.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/qmlapp/deployment.qdoc b/doc/src/qmlapp/deployment.qdoc
index ee5def6c..9144fa34 100644
--- a/doc/src/qmlapp/deployment.qdoc
+++ b/doc/src/qmlapp/deployment.qdoc
@@ -78,6 +78,7 @@ re-created. Cache files are located in the same directory as the source code,
if the directory is writable. Otherwise they will be placed in a sub-directory
of QStandardPaths::CacheLocation with the name "qmlcache". The file extension
is \c .qmlc for QML documents and \c .jsc for imported JavaScript modules.
+On the Android platform, cache files are always stored in the cache directory.
\section1 QML Caching for Deployment (Preview)