1
Programming / Re: Qt6 Application Testing
« on: May 08, 2025, 10:50:14 pm »What I'm wondering is whether there is an equivalent Qt5 Webengine to 6.2.6 and how to merge it.
Trying to clone Qt5 from the official sources, init repository fails,
In short....
Qt 6.2.6 - https://github.com/psmedley/qt6-webengine-os2/blob/main/CHROMIUM_VERSION
Code: [Select]
Based on Chromium version: 94.0.4606.126
Patched with security patches up to Chromium version: 104.0.5112.81
Qt 5.15.19 (latest tag at https://github.com/qt/qtwebengine/blob/5.15.19/CHROMIUM_VERSION
Code: [Select]
Based on Chromium version: 87.0.4280.144
Patched with security patches up to Chromium version: 135.0.7049.95
So the latest 5.15 version is older than what we have. We could however, try and cherry-pick the security fixes.