From 01319ffe9fcc17e6fe3698ec7eb3f14ef5a41480 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Thu, 12 Nov 2020 13:59:16 +0200 Subject: Add Qt 6.0.0 changes file Qt 6.0.0 is new major version for Qt and so on we don't need to list changes to the previous Qt release but quide readers to check porting quide. Task-number: QTBUG-88099 Change-Id: I8d85f76ce1e374b61020feb1385225388ec38fc2 Reviewed-by: Mitch Curtis --- dist/changes-6.0.0 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dist/changes-6.0.0 diff --git a/dist/changes-6.0.0 b/dist/changes-6.0.0 new file mode 100644 index 00000000..f1f569f3 --- /dev/null +++ b/dist/changes-6.0.0 @@ -0,0 +1,17 @@ +Qt 6.0.0 is a new major version release of Qt. It is not binary compatible with +earlier Qt releases. + +The goal has been to retain as much source compatibility with Qt 5.15 as +possible, but some changes were inevitable to make Qt a better framework. + +To make it easier to port to Qt 6.0, we have created a porting guide to +summarize those changes and provide guidance to handle them. In the guide, you +can find links to articles about changes that may affect your application and +help you transition from Qt 5.15 to Qt 6.0: + +https://doc.qt.io/qt-6/portingguide.html + +For more details refer to the online documentation of Qt 6.0: + +https://doc.qt.io/qt-6/index.html + -- cgit v1.2.3