Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt for iPhone/iPad?

Tags:

iphone

ipad

qt

In updated "App Store Review Guidelines", we can see: we are relaxing all restrictions on the development tools used to create iOS apps, as long as the resulting apps do not download any code.

It's a good news for Adobe absolutely. But for Qt, does it mean that it's possible to port Qt to iPhone/iPhone, so that we need not to add cocoa-specific layer after that?

Or is there any solutions for Qt to iApps?

Any comments are appreciated.

-- Piaoger

like image 786
Piaoger Avatar asked Sep 10 '10 14:09

Piaoger


People also ask

Does Qt work 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?

Can Android use Qt?

In order to use Qt for Android, you need the following: Java Development Kit 11 (JDK) or above provided by AdoptOpenJDK for all platforms, is required to build Android apps. Other alternatives such as OpenJDK for Linux and macOS or Java SE Development Kit for Windows are also supported.


2 Answers

There's a new port of Qt/Lighthouse to iOS. Already runs Qt Quick...

http://www.youtube.com/watch?v=MjYJdi48B8Q

like image 127
SumWon Avatar answered Sep 30 '22 20:09

SumWon


There is also guy who started the porting of Qt on iPhone a while ago: Qt on iPhone
Last time I checked he managed to compile QtCore.

like image 36
lucabox Avatar answered Sep 30 '22 20:09

lucabox