summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-10-31 10:26:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 10:52:11 +0100
commit8c3f2f5f6903f6b16778d55ca49812bcfde174a1 (patch)
treec4edbadaa13a53faf51fd83acace1544831a639b /dist
parent9b8c4b3dea52a7d1c5386de8cc3ae46a45435c96 (diff)
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.012
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index a3a7db8190..287cda4821 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -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.