QT creator出现 no executable specified时解决办法
Posted h2zzhou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了QT creator出现 no executable specified时解决办法相关的知识,希望对你有一定的参考价值。
1. 本人是在linux/ubutun中使用QT creator,一次编译程序的时候出现了“no executable specified”的错误而无法运行程序。解决办法:
在用QT creator打开project之前,删除CMakeLists.txt.user文件重新编译,然后运行程序,可以成功。
在此记录,希望再出现这样的问题可以不用再浪费时间。
2.datavisualization/customitems demo复制到其他文件夹下运行出现了“no executable specified”的错误而无法运行程序。解决办法:
打开customitems.pro 文件删除
!include( ../examples.pri ) {
error( "Couldn‘t find the examples.pri file!" )
}
代码即可
以上是关于QT creator出现 no executable specified时解决办法的主要内容,如果未能解决你的问题,请参考以下文章
Qt Creator: Unknown debugger type “No engine”(完美解决)
qt creator报错error: C1083: 无法打开包括文件: “stddef.h”: No such file or directory
Qt creator交叉编译带图片的程序出现问题,版本4.7
qt creator创建cmake构建的程序,无法启动调试(点左下角运行不出结果 No executable specified.)