ubports / ubuntu-ui-toolkit

Moved to https://gitlab.com/ubports/core/lomiri-ui-toolkit
https://gitlab.com/ubports/core/lomiri-ui-toolkit
GNU Lesser General Public License v3.0
13 stars 21 forks source link

Port to Qt 5.12 #103

Closed dobey closed 3 years ago

dobey commented 3 years ago

This is a big change to build uitk against newer version of Qt. As in the past, some new tests now result in crashes or odd failures due to changes in Qt, so have had to be skipped, though others have been fixed and the toolkit behaves fine at runtime in testing.

dobey commented 3 years ago
  • this PR is the last blocking rootfs generation

Not exactly. There are plenty more PRs to come, but they will most all depend on this being merged first, as things have to build against the newly built versions of things for correct ABI linkage. With this unblocked, I can get the remaining PRs opened, as most of them are small and should go more smoothly (unity8 one is I think pretty large again though).

peat-psuwit commented 3 years ago

s/rootfs generation/Qt 5.12 transition/ :D

dobey commented 3 years ago

Also maybe we should make a short docs page about api changes in this? Its minimal but there is a api change.

There is no API change.