Skip to content

Commit

Permalink
Add Qt 6.0.0 changes file
Browse files Browse the repository at this point in the history
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.

Change-Id: Ib083c5e839aedee879291fe0174a8751970eebc1
Reviewed-by: Lars Knoll <[email protected]>
Reviewed-by: Paul Wicking <[email protected]>
  • Loading branch information
jaheikk committed Nov 16, 2020
1 parent e8662d2 commit dba45c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dist/changes-6.0.0
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dba45c7

Please sign in to comment.