Reputation: 559
I work with Qt in Ubuntu. I bought an iPad 2 yesterday and I don't know if I can compile C++/Qt on it. Is it possible?
Upvotes: 0
Views: 5157
Reputation: 35925
You can run Objective-C++ applications on the iPad 2. Specifically you'll need some Objective-C boilerplate for the application's essentials but you are free to use C++ in your own code.
As others have stated, Qt development is not supported on iOS.
Upvotes: 1
Reputation: 1266
There is a community project that allows to run a Qt app on iPhone using QtLighthouse. But the performance is terrible and it was created only to demonstrate QtLighthouse capabilities. The general answer is: No, its neither officially supported nor legal from Apple license perspective to run Qt app on an iPhone/iPad
Upvotes: 2
Reputation: 76908
You don't. QT is not supported on iOS
To learn more about developing apps for iOS, see apple's dev site:
http://developer.apple.com/devcenter/ios/index.action
Upvotes: 4