-
Notifications
You must be signed in to change notification settings - Fork 145
Description
Hi,
I'm really interested to use your keyboard on Linux and Windows. First thank you so much to share your work.
But I'm not able to get it work under Windows first.
1 - First I build the src project. This produced an VirtualKeyboard.dll.
2 - I copy those file to this folders C:\Qt\5.4\msvc2013\plugins\platforminputcontexts\VirtualKeyboard
- FontAwesome.otf
- InputPanel.qml
- KeyButton.qml
- KeyPopup.qml
- qmldir
- VirtualKeyboard.dll
- VirtualKeyboard.pdb
3 - Now I open the example project and run it.
I'm always getting error about the keyboard module not found.
I have also tried putting all those file inside this directory \examples\qmlapp\VirtualKeyboard. But same problem :(
What is exactly the correct structure to use this plugin ?
Best regards,