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?

有帮助吗?

解决方案

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

  • install VirtualBox
  • install a similar version of linux
  • install the Qt libraries
  • 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.

Hope that helps.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top