mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
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:
committed by
osmaczko
parent
d713c6fe9f
commit
ee462ea178
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user