出问题的环境:

操作系统: Ubuntu18.04

安装包: qt-opensource-linux-x64-5.8.0.run

现象:

新建一个Hello World项目, 试着运行, 出现以下提示

Qt.Qt新安装之后出现Error while building/deploying (kit: Desktop Qt 5.7.0 GCC 64bit) When executing step "Make”

 

解决步骤

sudo apt-get install build-essential -y
sudo apt-get install libqt4-dev -y

注:安装完成后, Qt要完全退出后再次启动

才可以编译运行成功

Qt.Qt新安装之后出现Error while building/deploying (kit: Desktop Qt 5.7.0 GCC 64bit) When executing step "Make”

 

相关文章:

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