ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
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
|
|
|