qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

In Opensuse Tumbleweed OBS-Studio does not open by showing following errors.
**
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin “wayland” in “”
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.**

I’m using gnome wayland.

I’m a noob. Please help me fix this.

Just got the same thing. It worked a couple of weeks ago.

This is upstream decision until bugs are fixed. Make Qt Wayland with widgets usable on gnome-shell

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" 
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. 

Does your application explicitly set QT_QPA_PLATFORM? In this case install libqt5-qtwayland package.

Problem solved by installing libqt5-qtwayland package. Thank you for the help.

Worked for me, thanks.