Add Android note

Change-Id: I15b97aa757c3b102c0d0a092f4b86710ea9920a9
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
BogDan Vatra 2018-02-13 12:44:32 +02:00
parent b9d82bab76
commit aac63b2966
1 changed files with 1 additions and 0 deletions

View File

@ -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 if the directory is writable. Otherwise they will be placed in a sub-directory
of QStandardPaths::CacheLocation with the name "qmlcache". The file extension of QStandardPaths::CacheLocation with the name "qmlcache". The file extension
is \c .qmlc for QML documents and \c .jsc for imported JavaScript modules. 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) \section1 QML Caching for Deployment (Preview)