How to deploy the windows app with virtual keyboard and customize the language ?
Unsolved
General and Desktop
-
- How to deploy the windows app with virtual keyboard?
I use the following cmd to deploy app:
C:\Qt\Qt5.13.0\5.13.0\mingw73_32\bin\windeployqt.exe C:\Users\Administrator\Desktop\AppDir201911 -qmldir C:\Qt\Qt5.13.0\5.13.0\mingw73_32\qml
but I have to copy the Qt5VirtualKeyboard.dll and mingw73_32\qml\QtQuick\VirtualKeyboard
to app direcotry. but it still failed in Qt5.9.1, in this version there is no Qt5VirtualKeyboard.dll, and VirtualKeyboard doesn't work, it alway hint error: module "QtQuick.VirtualKeyboard" is not installed- How to customize the language by the config file?
The default support too many languages, I customize the language type by rebuild the source code, how can I customize the language by the config file ?
Thank you very much.
- How to deploy the windows app with virtual keyboard?
-
Hi and welcome to devnet,
One thing to fix in your command: the qmldir option should point to the folder of your application QML files.