Cross compiling Qt4 with mouse and keyboard support for Microsoft Arc Mouse
-
Hi I am trying to use my Microsoft Arc mouse on Beagleboard with Qt4 embedded. I have used following options to configure Qt4:
@-qt-mouse-pc -qt-mouse-linuxtp -qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc@
My keyboard an mouse works fine when I activate X11 but when I disable X11 and use QWS as windows manager I can not use my mouse.
I am tried to export mouse support for Microsoft, IntelliPoint and MouseMan before running my application but no luck:
@export QWS_MOUSE_PROTO=Microsoft:/dev/input/mouse0@
@./HelloWorld -mouse -qws@Please help me.
Thanks in advance.