Cheney Wang
Cheney Wang
I can't reproduce this issue in my side with the latest vcpkg and the `vcpkg.json` file you provided. Here are a few points to note: 1. `ms-quic` was renamed to...
My local machine is a Windows x64 machine; I only set the build triplet to arm64-windows. Could you please try the following steps to reproduce this issue: 1. Open PowerShell...
Did you run `.\vcpkg integrate install` before opening Visual Studio?
You mentioned earlier that this issue only occurs when you load the project from VS. The command I mentioned is intended to help VS recognize which vcpkg it should use....
Please make sure you have installed `libtool` in the linux machine. You could install it by below command: ``` In Debian/Ubuntu: sudo apt-get install libtool ```
/azp run
Sorry, I didn't quite understand your point. Are you suggesting that this port can actually work on OSX, but requires `XQuartz`, so the `support: linux` tag shouldn't be added?
/azp run
Please create a new file in your vcpkg folder with name `vcpkg.json` and below contents: ``` { "name": "test", "version": "1.0.0", "dependencies": [ "qt5-base" ], "builtin-baseline": "dd3adcf020e69077e83e92a0a293ceca734f6288", "overrides": [ {...