Quote:
Originally Posted by philja
But
Code:
sudo apt-get install qt6-webengine-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-5compat-dev libqt6svg6
This finds me all except the qt6-5compat-dev. And checking in the Muon package manager shows no result for qt6-5compat-dev or anything qt6-5....
What is the role of that package?
|
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).