分享

Qt新建项目No valid kits found配置qmake与Qt versions

 牛人的尾巴 2017-01-19
2015-08-05 14:04 830人阅读 评论(0) 收藏 举报
分类:

第一次用Qt Creator创建Project时,进入Kit Selection窗口后,会提示No Valid kits found. Please add a kit in the options or via the maintenance tool of the SDK.错误。

解决思路如下:


需要设置Qt SDK,Device type等的路径给Qt Creator。假设已装Qt SDK,安装方法在(这里。解决方法:点击蓝色options链接,或自己打开“Tools->Options->Build & Run->Kits”进入设置:

At least fill in the device type, device (most likely desktop) as well as the tool chain and debugger. For qmake-based projects you will also need a qt version and mkspec (which can be empty if you are ok with the default one).

You might need to define Qt versions and tool chains first (other tabs on the same options page).

Creator needs this information to know how to parse your compile output and debug the results.


配置你自己安装的Qt SDK的qmake路径到Qt versions里面。配置成功的应该类似这样:


具体操作:


设置compiler&Debuger&Qt versions:


在Qt versions里找到qmake:




    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多