Qt Creator编译时:cannot open file 'debug\QtGuiEx.exe' File not found

Qt Creator编译时:cannot open file 'debug\QtGuiEx.exe' File not found

利用Qt Creator编译工程时,出现如题目所示的错误,其中红色部分是工程名称。

在Qt Creator的Build栏中,点击clean all 和 clean project "QtGuiEx",后,再进行编译,仍然出现该错误。

Qt Creator编译时:cannot open file 'debug\QtGuiEx.exe' File not found_第1张图片


在工程目录下,发现debug文件夹内存在QtGuiEx.exe。

Qt Creator编译时:cannot open file 'debug\QtGuiEx.exe' File not found_第2张图片


既然存在该文件,为什么还打不开呢?猛然见发现,上次debug(或run)时产生的ui窗口(或界面)还没有关闭。

关闭ui窗口(或界面)后,再进行build,就不再出现该错误,并能正常编译。



文档信息

  • 版权声明:自由转载-非商用-非衍生-保持署名 | Creative Commons BY-NC-ND 3.0
  • 博客网址:http://blog.csdn.net/lyc_daniel/article/details/12050159
  • 博       主: lyc_daniel
  • 寄       语:神爱世人,甚至将他的独生子(耶稣)赐给他们,叫一切信他的,不至灭亡,反得永生。(圣经·约翰福音3:16)


你可能感兴趣的:(QT编程)