首次用Qt Creator创建Project时,进入Kit Selection窗口后,会提示No Valid kits found. Please add a kit in the options or via the maintenance tool of the SDK.错误。界面如下:
Linux下QT创建项目错误处理
需要以下两行软件更新命令:
$ sudo apt install qt5-default
$ sudo apt install qtdeclarative5-dev

问题就解决了。

相关文章:

  • 2021-08-21
  • 2021-07-31
  • 2022-01-08
  • 2022-01-08
  • 2022-01-21
  • 2021-12-23
  • 2021-11-11
猜你喜欢
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案