简体   繁体   中英

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

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM