[Interest] Failed to load platform plugin "xcb"
Samuel Rødal
samuel.rodal at digia.com
Thu Mar 14 15:21:35 CET 2013
On 03/12/2013 06:11 PM, Herlin Matos Lastres wrote:
> I made a Qt app on SDK Qt 5.0.1, and i had problems deploying the app,
> when i place my application on other machine without Qt i get this nasty
> error:
>
> Failed to load platform plugin "xcb". Available platforms are:
> xcb
>
> Aborted (core dumped)
>
> how can i fix it, thanks
You include the libraries? You also need the xcb platform plugin in
plugins/platforms.
You can also use the following environment variable to figure out why a
plugin isn't loading:
export QT_DEBUG_PLUGINS=1
--
Samuel
More information about the Interest
mailing list