Qt 5.5 + iOS Version
-
If I build a native Mac application in Xcode, I have the option to select which version of OSX I'm targeting. I assume there is a similar setting for iOS versions but I haven't build a native iOS application.
So when I build a Qt 5.5 application and target iOS, which version of iOS does it target?
-
This sort of stuff is controlled by the project's Info.plist file; there may be something useful in http://doc.qt.io/qt-5/platform-notes-ios.html
The default xcodeproj built by qmake seems to work fine on iOS 7 and 8 iPad devices, so I haven't worried about it myself.