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.
精彩评论