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

Fix azure-pipelines build of neovim-qt on macOS/Qt5 #1104

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

davvid
Copy link
Contributor

@davvid davvid commented Mar 21, 2024

The qt@5 package is keg-only these days and not linked into the cmake search path by default.
Set Qt5_DIR so that cmake knows how to find Qt5.

@davvid davvid force-pushed the azure-macos-qt5 branch 2 times, most recently from caf90e6 to 8ec50cf Compare March 21, 2024 05:16
@davvid davvid changed the title azure-pipelines: fix building neovim on macOS/Qt5 Fix azure-pipelines build of neovim on macOS/Qt5 Mar 21, 2024
@davvid davvid force-pushed the azure-macos-qt5 branch 2 times, most recently from 11cfb4f to 328b911 Compare March 21, 2024 05:32
@davvid
Copy link
Contributor Author

davvid commented Mar 21, 2024

I'd recommend prioritizing the merge of this PR and #1105 so that we can rebase the rest of the open PRs to pickup these CI fixes.

@davvid davvid changed the title Fix azure-pipelines build of neovim on macOS/Qt5 Fix azure-pipelines build of neovim-qt on macOS/Qt5 Mar 21, 2024
The qt@5 package is keg-only these days and not linked into the cmake
search path by default. Set QT_DIR so that cmake knows how to find Qt5.
@jgehrig jgehrig merged commit 66a82e0 into equalsraf:master Mar 21, 2024
17 checks passed
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.

2 participants