I work a lot with an application that uses Qt, and has switched form using GTK+.
What steps will I need to make to have that application work on a LibRem5?
I work a lot with an application that uses Qt, and has switched form using GTK+.
What steps will I need to make to have that application work on a LibRem5?
You have three options:
QT_QPA_PLATFORM=xcb DISPLAY=:0
env vars to force X11 backend - Qt in amber-phone repos is too old and doesn’t work well with Wayland backend.If you mean to ask what you need to do if you want to make the application convergent (ie, Mobile Friendly), see the Kirigami Framework. Otherwise, the last answer was bang on.
Is there an ETA on that? Sorry if that has been announced already.