简体   繁体   English

如何在另一台安装了qt(linux)的计算机上运行qt程序?

[英]how to run qt program in another computer that has qt installed (linux)?

I already finished my program in QT and I have the release file with everything it needs, but when I transfer all to another computer it says "can't find an application to run this" .我已经在 QT 中完成了我的程序,并且我拥有包含它需要的所有内容的发布文件,但是当我将所有内容传输到另一台计算机时,它说"can't find an application to run this" The other computer has the same version of QT installed which is 5.另一台计算机安装了相同版本的 QT,即 5。

Are the two computers running the same Linux distribution?两台计算机是否运行相同的 Linux 发行版? You could try copying over the source and project files, then recompiling on the second computer.您可以尝试复制源文件和项目文件,然后在第二台计算机上重新编译。 If it doesn't work, that means the hardware or Linux distro isn't supported, which would be your original problem.如果它不起作用,则意味着不支持硬件或 Linux 发行版,这将是您的原始问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM