Error while parsing file /*.pro. Giving up
时间:2016-09-06 23:25:22
收藏:0
阅读:2381
Could not find qmake configuration file default.
分析文件E:/QPlot/QPlot.pro时发生错误,放弃中。
(Error while parsing file /*.pro. Giving up.)
还是Google给力,找到其他人的解决方法。
I assume it will work as you expect if you go to “Tools” -> “Options…” -> “Build & Run” -> “Kits” and make a Qt-5-based kit the default.
(选择auto-detected的那个kits,点击按键“make default”即可。)
config +=qt 能解决问题
原文:http://11496263.blog.51cto.com/11486263/1846901
评论(0)