Upgrading Qt: Difference between revisions
PureTryOut (talk | contribs) mNo edit summary |
PureTryOut (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
When Qt gets upgraded between major versions, we have to rebuild some packages due to ABI changes and private API usages. The following is a list of packages to bump on every major (e.g. | When Qt gets upgraded between major versions, we have to rebuild some packages due to ABI changes and private API usages. The following is a list of packages to bump on every major (e.g. 6.8.x to 6.9.x) upgrade: | ||
* plasma-integration | * plasma-integration | ||
* kwin | * kwin | ||
* | * layer-shell-qt | ||
* pyside6 (all it's users need to be rebuild as well) | |||
For QtWebengine: | |||
* angelfish | |||
* kaccounts-providers | |||
* signon-ui |
Latest revision as of 09:39, 13 July 2025
When Qt gets upgraded between major versions, we have to rebuild some packages due to ABI changes and private API usages. The following is a list of packages to bump on every major (e.g. 6.8.x to 6.9.x) upgrade:
- plasma-integration
- kwin
- layer-shell-qt
- pyside6 (all it's users need to be rebuild as well)
For QtWebengine:
- angelfish
- kaccounts-providers
- signon-ui