PDA

View Full Version : Cross Compiling Existing Linux application made in QT Creator for Android OS.



kpkale
27th June 2012, 14:45
I have a program made in QTCreator C++ for porting on ARM using Linux / Qtopia.

Can I cross compile that same program with some minor modifications on an Android OS?

p3c0
28th June 2012, 05:32
i think you would like to check this:
http://sourceforge.net/p/necessitas/home/necessitas/

kpkale
28th June 2012, 18:18
OK Thanks

I will have a look at this.

kpkale
17th July 2012, 20:58
OK. Now I have the necessitas project installed in my development environment.
But I am stuck at implementing the qextserialport library that has been used in my program to work on Android with necessitas.

Any ideas on how to proceed...