I'm doing a Qt port to a new device based on the QPA (Lighthouse) interfaces.

I cannot find any documentation on how to do a custom input driver (I cannot use the standard linux keyboard driver). The only documentation I can find is based on "embedded" using QWSKeyboardHandler/QKbdDriverPlugin however when adding "-embedded mips" to configure, "-qpa" is disabled by the configure script, so the remaining QPA based integration stops compiling.

My question is: What is the right way of coding a custom input driver for QPA?

Thanks a lot for any replies