Hi @munderwoods ,
I recently got notified that currently our modules don’t have hardware-accelerated graphics with Qt 6. So in terms of graphical performance it’s probably better to keep your app in Qt 5, at least for the moment.
Sorry for the delay in informing this.
You can see how we setup the Qt 5 dependencies and the environment for it in our Debian container Dockerfile as a reference on what should be done in order to run Qt 5 apps on our modules. In particular having the qtwayland5
package installed and setting QT_QPA_PLATFORM
to wayland
are critical to run Qt 5 on Weston/Wayland.
Best regards,
Lucas Akira