fix(@desktop/input): deploy Qt plugin to support fcitx

Qt provides support for various input methods through plugins.
Since the fcitx plugin is not delivered with Qt, it needs to be
built and deployed by us.

Fixes: #4436
This commit is contained in:
Patryk Osmaczko
2022-01-26 18:11:39 +01:00
committed by osmaczko
parent d713c6fe9f
commit ee462ea178
5 changed files with 41 additions and 3 deletions
+3
View File
@@ -43,3 +43,6 @@
[submodule "vendor/nim-result"]
path = vendor/nim-result
url = https://github.com/arnetheduck/nim-result
[submodule "vendor/fcitx5-qt"]
path = vendor/fcitx5-qt
url = https://github.com/fcitx/fcitx5-qt