There was an error while loading. Please reload this page.
First enable CONFIG_INPUT_EVDEV=y in Linux kernel configuration so /dev/input/eventX devices are created.
CONFIG_INPUT_EVDEV=y
/dev/input/eventX
Then on target do:
Qt4
export QWS_MOUSE_PROTO=USB:/dev/input/event0 export QWS_KEYBOARD=usb:/dev/input/event0
Qt5
./myapp -platform linuxfb -plugin evdevkeyboard -plugin evdevmouse -plugin evdevtouch