QT 6.6.3 Qt Virtual Keyboard deployment
-
Good evening,
I have the following problem:
I have loaded the module for the virtual keyboard viaqputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));
. When I start the whole thing in Visual Studio with debugging, the virtual keyboard works. If I now compile it as a release and deploy it with windeployqt.exe, the virtual keyboard does not work, it simply does not appear. After some searching I found some entries about Qt5, that apparently windeployqt does not copy the dlls / dependencies from the loaded modules. There is the language of "QtQuick/VirtualKeyboard, QtQuick.2, Qt5Qml and Qt5Quick"
Now I can only find the "Qt6VirtualKeyboard.dll" but not the others. Has something changed or am I just looking in the wrong place?Regards
Sevi -
-
with
windeployqt.exe --compiler-runtime --qmldir G:\Qt\6.6.3\msvc2019_64\qml --quick --qml --release --force PATH_TO_BINARY
it copied a lot of data, so I could now start the virtual keyboard. After some sorting out I now have the relevant libs/files.