qt5base-lts/mkspecs/macx-ios-clang/features
Richard Moe Gustavsen 87b256c435 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>
2016-08-12 09:18:14 +00:00
..
default_post.prf Distinguish between Objective-C and Objective-C++ sources 2015-10-09 15:15:17 +00:00
default_pre.prf fix ios device&simulator builds again 2016-06-10 06:36:52 +00:00
exclusive_builds_post.prf iOS: Refactor default_post logic into more appropriate units 2015-08-04 11:58:05 +00:00
qt_config.prf iOS: Enable fat builds containing both armv7 and arm64 slices 2014-11-13 20:00:34 +01:00
qt_parts.prf iOS: Disable tests for all other modules than qtbase 2014-01-25 03:04:38 +01:00
qt.prf iOS: Use LC_MAIN to wrap user main() instead of mangling object files 2015-06-29 12:39:50 +00:00
resolve_config.prf iOS: Refactor default_post logic into more appropriate units 2015-08-04 11:58:05 +00:00
sdk.prf iOS, mkspec: remove faulty SDK check 2016-08-12 09:18:14 +00:00
testcase_targets.prf iOS: Refactor xcodebuild exclusive build logic into standalone makefile 2015-08-04 11:59:01 +00:00
testcase.prf iOS: Refactor default_post logic into more appropriate units 2015-08-04 11:58:05 +00:00
xcodebuild.prf iOS: Refactor xcodebuild exclusive build logic into standalone makefile 2015-08-04 11:59:01 +00:00