Our current project is developed using Qt4, and VNC is a key feature for us. We were running the application as.
./app -qws -display VNC:0
But now when we migrate from Qt4 to Qt5, we are having problem with VNC.
Is there a way to get the same with Qt5…?