I am using Qtcreator to build and run my program. Build is success but while running I am getting the following error
This application failed to start because it could not find or load the Qt platform plugin "xcb"
Reinstalling the application may fix this problem.
I am using Qt5.6.1-1 and creator 4.0.3 based on Qt 5.6.1
Tried by exporting path
export QT_PLUGIN_PATH=/home/SysUser/Development/Qt5.6.1-1/plugins/platforms
Still its not working
I am having Qt5.12.6 also installed but this app need Qt 5.6.1 so I renamed Qt5.12.6 folder.
Any lights will be a great help