Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt increase mac deploy target #683

Merged
merged 2 commits into from
May 10, 2021

Conversation

dstoup
Copy link
Collaborator

@dstoup dstoup commented May 7, 2021

MacOS has issues building Qt 5.11.2. It fails to compile code using futimens because it can't be built on macOS < 10.13 even though my system is 10.15. Turns out that value comes from qmake.conf for the macx-clang mkspec, which is set to 10.11 by default. Increasing it to the actual value required lets Qt build. The complaint itself is coming from a macOS system header which might explain why we haven't seen it before.

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@dstoup dstoup changed the base branch from master to release May 7, 2021 11:44
@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

@dstoup dstoup merged commit 4b12ee5 into Kitware:release May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants