Qt6 migration
Posted by
dxli on
Nov 12, 2023; 1:44pm
URL: https://forum.librecad.org/Qt6-migration-tp5723851.html
I found v2 is still useful for me as a user.
A qt6 branch is now available for developers:
1. it builds with qt6 at least;
2. still some deprecated API usages to be replaced;
3. qt6 doesn't support i686 in official releases, so only 64 bit for users from now on. Does any windows user still care about 32bit?
4. we are not using any qt5 compatibility module: Qt::Core5Compat;
5. I got lots of qt designer (ui form) connection trouble due to qt6 changes, and still using legacy for connections.
https://stackoverflow.com/questions/67643618/qt6-migration-uic-generated-code-fails-to-compile-connect-slots-updated