Qt 6.7.3 Release -

Some key highlights of Qt 6.7.3 include:

Qt 6.7 holds a special place in the Qt roadmap as a branch available for LTS (Long-Term Support) for commercial license holders. The release of 6.7.3 underscores The Qt Company’s commitment to supporting customers who prefer to stay on a stable branch rather than chasing the bleeding edge of 6.8. qt 6.7.3 release

wget https://download.qt.io/official_releases/qt/6.7/6.7.3/single/qt-everywhere-src-6.7.3.tar.xz tar xf qt-everywhere-src-6.7.3.tar.xz cd qt-everywhere-src-6.7.3 mkdir build && cd build ../configure -prefix /opt/qt-6.7.3 -release -opensource -confirm-license cmake --build . --parallel cmake --install . Some key highlights of Qt 6

The Qt WebEngine module continues to be a focal point for maintenance. This release includes updates to the underlying Chromium engine, addressing security vulnerabilities and improving stability for applications that rely on modern web content rendering. --parallel cmake --install

⚠️ – do not expect new APIs.

Here are the fixes (based on the Qt 6.7.3 change log):

Scroll to Top