h.kishan
h.kishan

Reputation: 681

Does Qt support iOS?

I want to know whether it is possible to develop iPhone applications using Qt Framework. Please suggest me some references if aforementioned is possible.

Upvotes: 4

Views: 4238

Answers (4)

phyatt
phyatt

Reputation: 19112

Keep an eye out for Qt 5.2.

Here is the current status on it (like @thelaws said):

https://www.qt.io/blog/2013/04/08/qt-5-1-alpha-available

There have been some Labs available through Qt Lighthouse for iOS support.

http://qt-project.org/forums/viewthread/7271

Hope that helps.

Upvotes: 4

Infinite Loop
Infinite Loop

Reputation: 116

I just compiled Qt 5.2 beta 1 for iOS and wrote down detailed compilation instructions. Works fine.

See my answer in this stack overflow answer.

Upvotes: 0

SteveS
SteveS

Reputation: 514

With Qt.5.1.1 out now, we can update this as follows: Assuming you have Xcode installed, and already know about iPhone development, you might go here next:

Qt 5.1.1 - Known Issues for IOS

Qt 5.1.1 - IOS Support

Upvotes: 0

alexleutgoeb
alexleutgoeb

Reputation: 3123

If you don't want to wait until the Qt 5.2 release have a look at V-Play (v-play.net). It's a cross platform game engine based on Qt/QML. (Here are also some docs about it: API reference)

Alex

Upvotes: 2

Related Questions