Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.5.0
-
None
-
OSX 10.10.5, XCode 7
Description
if you use
-sdk macosx10.8
in configure, then the build fails because the OSX macro
NS_ASSUME_NONNULL_BEGIN
is undefined. This macro is used in some OSX header file which is included by some Qt Test library source file (cf. ~define HAVE_XCTEST)
These Qt source files should test against the active SDK.
Link of interest maybe:
https://gist.github.com/smileyborg/d513754bc1cf41678054