I am using the qt-embedded 4.7.1. I was able to cross-compile the framework on the host machine to target the Beagleboard machine, but when I deployed and ran a demo application on this target, I saw two cursors running at the same time, one for the target operating system and another for the executing qt application. In other words, I can communicate with the qt app only with its own cursor, and without the original cursor -before running that application? I use QWS for the qt-application, since I use this command "target$./demoapp -qws" to run the demo app on the target.
can you help me?