增加日语支持.

Signed-off-by: rick.chan <cy@sina.com>
This commit is contained in:
rick.chan 2024-04-16 22:32:06 +08:00
parent c5c4ccec28
commit 38cefbc9cb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Ubuntu 系统 apt 安装该组件不支持中文拼音输入,需要卸载 Qt V
```
sudo apt install libxcb-xfixes0 libxcb-xfixes0-dev
qmake CONFIG+="lang-en_US lang-zh_CN lang-vi_VN"
qmake CONFIG+="lang-en_US lang-zh_CN lang-ja_JP lang-vi_VN"
make
sudo make install
```