1. 程式人生 > >板子執行qt程式could not find or load the Qt platform plugin "xcb"

板子執行qt程式could not find or load the Qt platform plugin "xcb"

交叉編譯qt5後放板子上執行應用程式,./qtest 出錯could not find or load the Qt platform plugin "xcb"

ls /usr/local/qt5-arm/plugins/platforms/
libqlinuxfb.so    libqminimal.so    libqoffscreen.so
解決方式是後面明確帶platform引數
./qtest -platform linuxfb