Mention androiddeployqt in changes-5.2.0

The new way deployment is done can be confusing to users of
Qt 5.1 and Necessitas, so we need to mention that it has changed
and point them to the documentation.

Change-Id: I8e9890699f57d6000370c384c52fcb093a917bef
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2013-10-31 10:26:44 +01:00 committed by The Qt Project
parent 9b8c4b3dea
commit 8c3f2f5f69

12
dist/changes-5.2.0 vendored
View File

@ -103,3 +103,15 @@ QtNetwork
- Support for preconnecting to servers before making HTTP and HTTPS
connections. This allows for much reduced latency when the hosts to be
connected to are known.
****************************************************************************
* Platform Specific Changes *
****************************************************************************
Qt for Android
--------------
- Project structure and deployment has changed with the introduction of
androiddeployqt. Source and build files are no longer mixed, and the
build files for the APK package should not be touched. Customizing
the build files is possible. Read the documentation for androiddeployqt
for more information.