通过wsl配置Qt的中文开发环境
本文列举了一些在WSL上配置Qt编译环境中遇到的一些问题及解决方案
关键词:
- Win10 22H
- Ubuntu18.04
- xfce桌面
- 交叉编译arm64
- qt / qtcreator
- 中文输入及显示
标题
-
- 安装qt,qtcreator
- qt.qpa.screen: QXcbConnection: Could not connect to display
- ld: cannot find -lGL
- qmake: could not find a Qt installation of ''
- ubuntu中文乱码
- qt程序字体不显示
- 交叉编译环境配置
- xfce4配置中文输入法
- 命令行交叉编译Qt项目
- qtcreator 不能使用中文输入法
- 中文输入法乱码
- 操作视频
安装qt,qtcreator
sudo apt install qtcreator # 安装ide
sudo apt install qt6* # 安装qt
#sudo apt install qml6* # 安装qtquick
qtcreator
qt.qpa.screen: QXcbConnection: Could not connect to display
- 方案1:指定X server地址
export DISPLAY=192.168.0.31:0.0
qtcreator # 执行要打开的gui应用;该App将显示到Xserver所在显示器上
- 方案2:为wsl安装GUI
sudo apt install xfce4 # 安装xfce轻量桌面
# sudo apt install ubuntu-desktop # 安装ubuntu官方匹配的桌面,占空间大
sudo apt