开发者

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

开发者 https://www.devze.com 2023-02-26 05:12 出处:网络
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

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

精彩评论

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

关注公众号