Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.9.2
-
None
Description
Change in
Where:
+ equals(info, "Path"): \
+ info = --show-sdk-path
+ equals(info, "PlatformPath"): \
+ info = --show-sdk-platform-path
+ equals(info, "SDKVersion"): \
+ info = --show-sdk-version
"info" is overwritten, so it creates dirty variable QMAKE_MAC_SDK.$${sdk}.$${info} names as info takes same name as xcodebuild parameter (for example: former QMAKE_MAC_SDK.macosx.Path becomes QMAKE_MAC_SDK.macosx.--show-sdk-path).
It isn't a bug, but it is quite dirty and breaks previous behaviour (I had a mkspecs where I set these variables, and now need to update it).
Attachments
Issue Links
- relates to
-
QTBUG-67286 Project ERROR: Could not resolve SDK --show-sdk-path for 'macosx'
-
- Closed
-