Sharad
Sharad

Reputation: 1068

Porting Qt based application in Android

I have developed a Qt based application and I want to port it to Android. Is there a way for me to do this?

I am working on Android Gingerbread.

Upvotes: 6

Views: 1969

Answers (1)

Zuul
Zuul

Reputation: 16269

You can use Necessitas, that has a nice GUI to easily help you to create, build, debug and deploy Qt applications for Android.

What is Necessitas ?

Necessitas is the codename for the port of Qt on the Android Operating System and of the user-friendly Qt Creator Integration with Android,

This project provides you Qt for the Android Operating System, and a first-class citizen IDE letting you manage, develop, deploy, run & debug your Qt Applications on Android Devices.

Download Necessitas

How to install Necessitas SDK


Related Reading:

Bringing Qt applications to Android – a quickstart video

Upvotes: 6

Related Questions