summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2016-07-19 15:47:33 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2016-08-12 09:18:14 +0000
commit87b256c4359ddd4d29aec7db8962be81f80f79c3 (patch)
treee5372f252e797770d07442fb3ebbbb06b59c0106 /src/corelib
parentc98ad6041a6f0a0abc7252bce8fda08f2b875ad9 (diff)
iOS, mkspec: remove faulty SDK check
We used to check if the SDK used by a project is less than 8.0 and error out if so. The intention of the test was to avoid a situation where a project is built with an SDK that is older than the one used to build Qt, but this was obviously bogus, as Qt could have been built with a newer SDK than the oldest supported one. Also, 8.0 has been outdated for quite a while. On top of that, the check failed now that the major iOS version has two digits. So let's remove the check for now, until we can handle this in a better way. See QTBUG-37592. Change-Id: I6106b9521b5d47d9906d4db30c2ffa21794bc307 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib')
0 files changed, 0 insertions, 0 deletions