PDA

View Full Version : Porting Qt C++ applications (developed on Linux) on Andriod mobile



TheIndependentAquarius
8th March 2017, 10:24
http://doc.qt.io/qt-5/portingtoandroid.html

I did read that. Just want a confirmation on the following things:

- Can I write and compile a Qt application on Linux with C++, make an executable and run it on Andriod?

- Do I need to install Qt on the Andriod phone first? OR I can compile my application in a static way such that it runs on android without Qt installed?

Santosh Reddy
9th March 2017, 05:15
- Can I write and compile a Qt application on Linux with C++, make an executable and run it on Andriod?

Yes.



- Do I need to install Qt on the Andriod phone first? OR I can compile my application in a static way such that it runs on android without Qt installed?

Installing Qt on Android phone is not required. The required Qt libs will be bundled in the APK by the build system.