摘要: ubuntu下新安装的qtcreator无法打开?编译好的qt程序缺少qtcore库文件? 试试添加qt和qtcreator到环境变量。 ```shell sudo vi /etc/profile ``` 新增 ``` export QTDIR=你的qt根目录 export PATH=$QTDIR/ 阅读全文
posted @ 2023-07-04 08:43 对CSDN使用炎拳吧 阅读(66) 评论(0) 推荐(0) 编辑