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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
