Qt5.6在Linux中无法切换中文输入法问题解决

注意

  • Qt5.6.1 要编译 1.0.6版本源码
  • chmod 777 赋权
  • 复制两个地方so
  • 重启QtCreator
sudo cp libfcitxplatforminputcontextplugin.so /home/shen/Qt5.6.1/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts
sudo cp libfcitxplatforminputcontextplugin.so /home/shen/Qt5.6.1/5.6/gcc_64/plugins/platforminputcontexts

git clone https://gitee.com/mjzhutianxiu/fcitx-qt5.git  
git checkout 1.0.6

export PATH=/home/shen/Qt5.6.1/5.6/gcc_64/bin/:$PATH
export CMAKE_PREFIX_PATH=/home/shen/Qt5.6.1/5.6/gcc_64/

- No package 'fcitx-utils' found
sudo apt-get install fcitx-libs-dev

参考链接

  • https://blog.51cto.com/xiaohaiwa/5379304
  • https://blog.csdn.net/qq_29772939/article/details/130343099

你可能感兴趣的:(经验分享,qt,linux,开发语言)