⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
execute qt app , occur error.
-
execute qt app, occur error.
log :
" This application failed to start because it could not find or load the Qt platform plugin "xcb" "hope help.
thanks.
-
Can you try to run the ldd on Qt's xcb plugin . something like this
.../platforms$ ldd libqxcb.so
Also you can run the ldd on your app to find the missing dependencies .