I’m currently looking into running anki with qt6 instead of qt5.
Running anki with qt6 installed this results in the following output:
◆ ~ ❯❯❯ anki
Running with temporary Qt5 compatibility shims.
Run with DISABLE_QT5_COMPAT=1 to confirm compatibility with Qt6.
Preparing to run...
What exactly is the result of running with Qt5 compatibility shims? Skimming the internet this just looks like a temporary way for allowing Qt5 API implementations no longer present in Qt6.
Does this change anything with anki besides allowing for better Addon compatibility?