I am trying to build qtvirtualkeyboard plugin following this instructions with arrow-key-navigation
option enabled. But I don't understand how to enable it in the right way. I have tried to add
CONFIG += arrow-key-navigation
into qtvirtualkeyboard.pro
without any success. When I add
DEFINES += QT_VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
into src/virtualkeyboard/virtualkeyboard.pro
it works, but I think this is the wrong way.