Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top