开发者

Can I use C++ and Qt on iPad 2?

I work with Qt in Ubuntu. I bough开发者_C百科t an iPad 2 yesterday and I don't know if I can compile C++/Qt on it. Is it possible?


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


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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜