I am using yocto morty version qt5.7 and qtwebbrowser. now I want to remove keyboard support in qtwebbrowser.
I have opened qtwebbrowser_git.bb
and removed
RDEPENDS_${PN} ="qtvirtual keryboard"
compiled successfully but when i run the qtwebbrowser on the board its showing below error.
qrc:///qml/AppMain.qml:7:9: Type Keyboard unavailable
qrc:///qml/Keyboard.qml:31:1: module "QtQuick.VirtualKeyboard" is not installed
why it is still searching for keyboard. even i removed from recipe.
Is there anything i missed?
Thanks.