Quote:
Originally Posted by DiapDealer
It's a compatibility module to help developers transition their code from Qt5 to Qt6 more easily.
It's proving rather difficult to find package names that will work with both Debian and Ubuntu they're changing them from version to version it seems!
Try libqt6core5compat6-dev in place of qt6-5compat-dev. It looks like it will pull in everything needed on 22.04.
EDIT: it seems the qt6-5compat-dev package is not available until Ubuntu Lunar. So a combination of qt6-base-dev-tools and libqt6core5compat6-dev should work for both Jammy+ and Debian 12+ (I think).
|
Thanks - I now have libqt6core5compat6-dev so looks like I'm ready to try. But I'm driving a bit blind here so one more question.
Bearing in mind that I have Sigil 2.0.2 installed with Qt5, do I have to remove that installation or even some of its packages? Or can I just build Sigil 2.0.2 with Qt6 on top of the Qt5 version?