Cross Compiling Existing Linux application made in QT Creator for Android OS.
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?
Re: Cross Compiling Existing Linux application made in QT Creator for Android OS.
Re: Cross Compiling Existing Linux application made in QT Creator for Android OS.
OK Thanks
I will have a look at this.
Re: Cross Compiling Existing Linux application made in QT Creator for Android OS.
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...