From 8c3f2f5f6903f6b16778d55ca49812bcfde174a1 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 31 Oct 2013 10:26:44 +0100 Subject: [PATCH] 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 --- dist/changes-5.2.0 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0 index a3a7db81908..287cda4821f 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.