summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
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.