This release addresses a significant number of issues reported by the community and commercial customers. The focus has been on tightening the core modules to provide a solid foundation for applications deployed in mission-critical environments.
QT_NO_DEPRECATED_WARNINGS=0 qmake # or cmake -DQT_NO_DEPRECATED_WARNINGS=OFF .. qt 6.7.3 release
Memory management and networking reliability have been tweaked in the Core module. These "under the hood" changes are essential for applications running 24/7, reducing the risk of memory leaks or unexpected network timeouts. This release addresses a significant number of issues