码迷,mamicode.com
首页 > 其他好文 > 详细

QT creator出现 no executable specified时解决办法

时间:2018-09-07 14:08:23      阅读:725      评论:0      收藏:0      [点我收藏+]

标签:clu   删除   bsp   inux   tor   成功   文件   运行   The   

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时解决办法

标签:clu   删除   bsp   inux   tor   成功   文件   运行   The   

原文地址:https://www.cnblogs.com/h2zZhou/p/9603693.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!