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!" )
}
代码即可

相关文章:

  • 2021-11-13
  • 2021-04-28
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-05-16
猜你喜欢
  • 2021-06-12
  • 2022-01-13
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案