-
Notifications
You must be signed in to change notification settings - Fork 77
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
support linking Qt as macOS framework #358
Conversation
How about we switch macOS to use homebrew and the frameworks stuff ? Then vcpkg is still tested with Windows builds, but it increases our testing coverage without additional CI time? We then are able to test
|
vcpkg on macOS is our only test for linking Qt statically, so I want to keep that. |
ah good point, Windows is still dynamic with vcpkg ? So maybe it would be another running we could have ... So maybe in the future we might want a MinGW and a homebrew runner. 🤔 |
For now, yes, though I do want to change that to deal with #224. |
Right, so if Windows moved to static vcpkg and homebrew works. Then we could potentially move the macOS runners over. |
0e15a25
to
d159457
Compare
d159457
to
d11c99e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :-)
The CI changes are only for testing this branch; I'll remove those before merging so we don't have 2 more CI jobs to wait on.