How to fix qt.qpa.plugin: Could not find the Qt platform plugin "wayland"
1 min read
- Install the
qt5-wayland
package.
- If it doesn’t work, try to run the program with the
QT_QPA_PLATFORM
environment variable set toxcb
.
References:
qt5-wayland
package.QT_QPA_PLATFORM
environment variable set to xcb
.References: