Ubuntu(22.04tested) Qt常见错误以及解决方案

Ubuntu(22.04tested) Qt常见错误以及解决方案

ERROR: Cannot run compiler ‘clang++

udo apt-get install clang;

Error while building/deploying project test

sudo apt-get install build-essential;安装这个就不会报那个错误了。

Ubuntu Qt error: cannot find -lGL

需要安装 libglu1-mesa-dev

sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev -y
posted @ 2022-07-21 13:15  devgis  阅读(369)  评论(0编辑  收藏  举报