Yes, of course you are right, that's why Qt documentation should be changed.
Marius

On 1/8/14 9:43 PM, Jake Petroules wrote:
To comment on the feasibility of raising the minimum deployment target...

4% of iOS devices are using iOS 5 or earlier (which means even less than 4% are even using 5.x at all). IIRC, Xcode also no longer supports iOS 5.x simulators.

https://developer.apple.com/support/appstore/ (left side, scroll down a bit)
--
*Jake Petroules*
Chief Technology Officer
Petroules Corporation · www.petroules.com <http://www.petroules.com>
Email: [email protected] <mailto:[email protected]>

On Jan 8, 2014, at 2:35 PM, cincirin <[email protected] <mailto:[email protected]>> wrote:

Hi,

The Qt documentation [1] point us that iOS minimum deployment target is
iOS 5.0
I tried to build a minimum application against iOS 5.0 SDK using Qt
5.2.0 libraries.
I got a linker error saying CTFontCopyDefaultCascadeListForLanguages is
undefined.
Indeed if I looked on Apple documentation [2] this function was added in
iOS 6.0.
Can you please fix this error either in documentation or replacing this
function with something available in iOS 5.0 ? ( I think the former is
simpler ;-) )

[1] http://qt-project.org/doc/qt-5/ios-support.html
[2]
https://developer.apple.com/library/ios/releasenotes/General/iOS60APIDiffs/index.html

Regards,
 Marius
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development


_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to