Qt embedded && vnc question
-
Hi all,
I'm developing an embedded application for the BeagleBoard. I need to have a remote vnc access to the application so I start it with:
@
./app -qws -display VNC:0
@but this disable the local application's display (I can't see the app on the monitor attached to the beagleboard).
Is there a way to have both output (local and remote) ?
Thanks