Ubuntu14.04初次安装Qt之后可能出现Error while building/deploying project *** (kit: Desktop Qt 5.7.0 GCC 64bit) When executing step "Make"错误。

 

 

解决方法:

 

首先,sudo apt-get install build-essential

然后尝试"run",又出现"cannot find -lGL"新错误。

最后,sudo apt-get install libqt4-dev

 

再次尝试"run",程序成功运行。

 

完美解决!

相关文章:

  • 2021-11-23
  • 2021-10-24
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2022-01-06
猜你喜欢
  • 2022-12-23
  • 2022-02-16
  • 2021-10-18
  • 2021-11-23
  • 2021-05-01
  • 2021-10-01
  • 2021-04-25
相关资源
相似解决方案