Changes between Initial Version and Version 1 of Ticket #62934, comment 13


Ignore:
Timestamp:
May 22, 2021, 11:19:57 PM (3 years ago)
Author:
gcs-github (Guillaume Ceccarelli)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62934, comment 13

    initial v1  
    1 I ran into the same problem, and ended up working around it by changing qt's mkspec file @ qtbase-everywhere-src-5.15.2/mkspecs/common/macx.conf so that QMAKE_MAC_SDK = macosx11.3
    2 (I also set QT_MAC_SDK_VERSION_MAX to 11.3 for good measure, but I don't think that had much of an impact).
     1I ran into the same problem, and ended up working around it by changing qt's mkspec file @ `qtbase-everywhere-src-5.15.2/mkspecs/common/macx.conf` so that `QMAKE_MAC_SDK = macosx11.3`
     2(I also set `QT_MAC_SDK_VERSION_MAX` to `11.3` for good measure, but I don't think that had much of an impact).
    33
    4 Could a suggestion for a fix be to dynamically patch the mkspecs file or otherwise override it so that QMAKE_MAC_SDK is set to macos{{major}}.{{minor}} when building?
     4Could a suggestion for a fix be to dynamically patch the mkspecs file or otherwise override it so that `QMAKE_MAC_SDK` is set to `macos{{major}}.{{minor}}` when building?