QtWebEngine/ChromiumVersions
Jump to navigation
Jump to search
The Chromium version that is part of each Qt WebEngine version can be determined by:
- CHecking out the documentation of the respective Qt Version
- Checking out the default user agent sent to a server
- Looking into the change logs
- Running the following shell command inside the git repository while changing the version tag as needed
git show v5.12.0:tools/scripts/version_resolver.py | pcregrep -o1 "chromium_version *= *'(.*)'"
Qt Version | Chromium Version |
---|---|
5.13.2 | 73.0.3683.105 |
5.13.1 | 73.0.3683.105 |
5.13.0 | 73.0.3683.105 |
5.12.5 | 69.0.3497.113 |
5.12.4 | 69.0.3497.113 |
5.12.3 | 69.0.3497.113 |
5.12.2 | 69.0.3497.113 |
5.12.1 | 69.0.3497.113 |
5.12.0 | 69.0.3497.113 |
5.9.3 | 56.0.2924.122 |
5.9.2 | 56.0.2924.122 |
5.9.1 | 56.0.2924.122 |
5.9.0 | 56.0.2924.122 |
5.6.3 | 49.0.2623.111 |
5.6.2 | 45.0.2554.101 |
5.6.1 | 45.0.2554.101 |
5.6.0 | 45.0.2554.101 |