Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is QT available for android and iphone platforms?

Tags:

android

iphone

qt

Is QT available for the android and iphone platforms?

I want to develop a single code base for these two platforms - can it be done?

  • If yes, what tools do I need? (a link to a tutorial would be great)
  • If no, why not? (what are the obstacles, and how may they be overcome - i.e. workarounds?)
like image 374
oompahloompah Avatar asked Aug 22 '11 13:08

oompahloompah


People also ask

Are Qt applications cross-platform?

Qt is a cross-platform application development framework widely used for developing applications that can run on a wide range of hardware platforms with little to no change in the underlying codebase.

Can Qt be used for Android?

Qt for Android enables you to run Qt applications on Android devices. For Qt modules that support android targets see: All Supported Qt Modules.

Does Qt run on iOS?

Qt's iOS port allows you to run Qt applications on iOS devices, such as iPhones, iPads, and iPod Touches.

Is Qt for Android free?

Qt on Android is now protected by the KDE Free Qt Foundation agreement. If you want to know more about Free Software, please read https://www.gnu.org/philosophy/free-sw.htm first. Why did I want such an agreement and what it means for you?


Video Answer


1 Answers

There is experimental Qt support for Android.

http://sourceforge.net/p/necessitas/home/necessitas/

See this question for iPhone. Qt for iPhone/iPad?

like image 102
Frohnzie Avatar answered Nov 14 '22 03:11

Frohnzie