Qt学习之路之解决unable to find a qt build,to solve this problem specify a qt build

问题描述:

   VS+Qt开发遇到下面的错误消息提示框:

Qt学习之路之解决unable to find a qt build,to solve this problem specify a qt build_第1张图片

解决方案:

1,安装Qt环境 + 插件后,在VS的菜单栏找到 QT5(笔者使用的是Qt5以上的版本),点击 “QT5” ,单击选项里面找到选项  “Qt options”, 

Qt学习之路之解决unable to find a qt build,to solve this problem specify a qt build_第2张图片

2,在弹出的消息框里面添加自己安装的Qt版本号和Qt环境安装路径,具体步骤如下图:

Qt学习之路之解决unable to find a qt build,to solve this problem specify a qt build_第3张图片

提示,在添加 “Path”时, 路径只需要找到  “../../msvc2013_opengl”目录 就行。

这样就能完美解决这个 问题啦~~~

版权声明:欢迎转载,转载请标明出处! ^_^ https://blog.csdn.net/HK_5788/article/details/44902933

你可能感兴趣的:(C++)