不同版本的qt项目可能出现诸如:

QApplication: No such file or directory 

之类的出错信息。

解决:

  在.pro里加上QT += widgets

  然后进行qmake

再构建项目。

相关文章:

  • 2022-12-23
  • 2021-08-20
  • 2021-12-30
  • 2022-01-04
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
相关资源
相似解决方案