在嵌入式Linux平台上使用QT运行在Windows中创建的应用程序

时间:2021-12-20 02:25:33

I have created an application in QT 5.1.1 in windows XP OS. I want it to run on embedded Linux. What am I supposed to do?

我在Windows XP操作系统的QT 5.1.1中创建了一个应用程序。我希望它在嵌入式Linux上运行。我应该做些什么?

1 个解决方案

#1


1  

If you want to check yourself before sending it to them...

如果你想在发送给他们之前检查自己......

  • install VirtualBox
  • 安装VirtualBox
  • install a similar version of linux
  • 安装类似的linux版本
  • install the Qt libraries
  • 安装Qt库
  • rebuild your application and make sure it behaves the way you want.
  • 重建您的应用程序,并确保它的行为符合您的要求。

If you only use Qt libraries and includes, you probably won't have to change much, if anything.

如果你只使用Qt库和包含,你可能不需要做太多改变,如果有的话。

Hope that helps.

希望有所帮助。

#1


1  

If you want to check yourself before sending it to them...

如果你想在发送给他们之前检查自己......

  • install VirtualBox
  • 安装VirtualBox
  • install a similar version of linux
  • 安装类似的linux版本
  • install the Qt libraries
  • 安装Qt库
  • rebuild your application and make sure it behaves the way you want.
  • 重建您的应用程序,并确保它的行为符合您的要求。

If you only use Qt libraries and includes, you probably won't have to change much, if anything.

如果你只使用Qt库和包含,你可能不需要做太多改变,如果有的话。

Hope that helps.

希望有所帮助。