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

add qt5 deps to vcpkg for easier windows building #740

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NateLovallo
Copy link

I wasn't able to build in windows with vcpkg using the default vcpkg manifest. This seemed to work for me using the following steps:
(in repo folder)
mkdir build
cd build
cmake -G "Visual Studio 16 2019" .. -DCMAKE_TOOLCHAIN_FILE=\path\to\scripts\buildsystems\vcpkg.cmake
cmake --build .

Might be able to simplify the windows github actions as well using this method? (seems to depend on qt5 already being installed)

Cheers,
Nate

Copy link
Contributor

@erickisos erickisos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely makes sense.

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