On sexta-feira, 13 de setembro de 2013 18:17:42, Andrew Karasyov wrote:
> I have Qt5.0.1 based application on linux. It is compiled on Ubuntu 13.04
> and works on Ubuntu and Fedora.
> But when I'm trying to launch it on CentOS 6.4 the output is:
> 
> Failed to load platform plugin "xcb". Available platforms are:
> linuxfb
> minimal
> xcb
> 
> I applied all requirements are described in
> http://qt-project.org/doc/qt-5.0/qtdoc/deployment-x11.html.
> 
> There is no missing dependencies as ldd shows.

Run ldd -d -r on the plugin.

> Moreover I tried to create simple Qt5 "Hello word" application the same way
> and it runs without any problems on CentOS.
> 
> Any suggestions for how to fix or localize the problem ?

Run your application with QT_DEBUG_PLUGINS=1 and pay attention to why it 
failed to load xcb.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to