How to write/configure embedded linux device application using QT IDE on Windows/MAC
-
Hi everyone, I have a board TQ2440 with ARM processor. It comes with Embedded Linux already installed on it. I have been writing codes using QT-IDE in windows and MAC machine and I wish to run my application in this embedded device. Since QT is cross platform development environment so I am assuming there must be a way to deploy the code written in QT-IDE (on windows machine) on my board?
Thanks.