Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.1.1
-
None
-
OSX 10.9, Qt 5.1.1
Description
Configure Qt 5.1.1 to use SDK for OSX 10.9 and run make.
Build fails.
qcorewlanengine.mm:208:59: error: use of undeclared identifier 'kCWSecurityModeOpen'; did you mean 'kCWSecurityNone'?
qcorewlanengine.mm:596:60: error: use of undeclared identifier 'kCWAssocKeyPassphrase'
qcorewlanengine.mm:635:53: error: use of undeclared identifier 'kCWInterfaceStateInactive'
qcorewlanengine.mm:509:70: error: use of undeclared identifier 'kCWAssocKey8021XProfile'
qcorewlanengine.mm:530:72: error: use of undeclared identifier 'kCWScanKeyMerge'
And so on. Relevant output in attached file.
It is ok when building with 10.8 SDK,though.