QT 打不开工程

  • Post author:
  • Post category:其他


打不开其他人的 工程。

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”即可。)

参考:

https://bugreports.qt.io/browse/QTCREATORBUG-9384



版权声明:本文为a379039233原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。