1.编译qtcreator 出现错误提示:error: Qt Creator needs a compiler set up to build. Configure a compile
没有找到编译器,一般安装就可以了。sudo apt-get install build-essential 或sudo apt-get install gcc g++
2. Qt错误:cannot find -lGL
sudo apt-get install libgl1-mesa-dev
QtCreator 编译配置
本文介绍了在使用 QtCreator 进行编译配置时遇到的两个常见问题及其解决方法。一是缺少编译器导致无法构建,二是链接 GL 库失败。针对这些问题提供了具体的解决方案。
1.编译qtcreator 出现错误提示:error: Qt Creator needs a compiler set up to build. Configure a compile
没有找到编译器,一般安装就可以了。sudo apt-get install build-essential 或sudo apt-get install gcc g++
2. Qt错误:cannot find -lGL
sudo apt-get install libgl1-mesa-dev
1990
3553
444
8404
2272

被折叠的 条评论
为什么被折叠?