(Qt 5.4.1) This application failed to start because it could not find or load the Qt platform plugin “xcb”

For a similar issue, in my case I solved with:

export QT_PLUGIN_PATH=<qt base path>/plugins

Leave a Comment