View Single Post
Old 11-14-2023, 06:11 PM   #39
philja
Addict
philja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enough
 
Posts: 277
Karma: 516
Join Date: Nov 2015
Location: Europe EEC
Device: Kindle Fire HD6 & HD8
Quote:
Originally Posted by DiapDealer View Post
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?
philja is offline   Reply With Quote