diff options
author | Mitch Curtis <[email protected]> | 2021-08-12 14:39:51 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2021-08-16 12:52:59 +0200 |
commit | 809339d1484cf556512534367b8170bc26baf072 (patch) | |
tree | 12871313b658f36d058b5ef25af1e247e9c46ce9 /dist/archived/qtquickcontrols2/changes-6.0.0 | |
parent | b01b4f00eae8022c6a97d90f54dac395144ae095 (diff) |
Now that qtquickcontrols2 has been merged into qtdeclarative,
we should make it obvious that this repo should no longer be
used, by preventing it from being built.
Task-number: QTBUG-95173
Pick-to: 6.2
Change-Id: I95bd6a214f3d75a865ab163ee0a1f9ffbeb7a051
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'dist/archived/qtquickcontrols2/changes-6.0.0')
-rw-r--r-- | dist/archived/qtquickcontrols2/changes-6.0.0 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dist/archived/qtquickcontrols2/changes-6.0.0 b/dist/archived/qtquickcontrols2/changes-6.0.0 deleted file mode 100644 index f1f569f3..00000000 --- a/dist/archived/qtquickcontrols2/changes-6.0.0 +++ /dev/null @@ -1,17 +0,0 @@ -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 - |