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