Files
qt-creator/tests/manual/vcpkg
Cristian Adam 288dfa480a tests: add README.md for manual/vcpkg
The information was present in the commit adding the test, but that's
not visible when browsing the checkout.

Amends f9ce879b61

Change-Id: If648e37ca8e3e8b84841f5e84b3ea054aa0c5b90
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2022-08-10 17:35:05 +00:00
..
2022-08-10 14:43:29 +00:00
2022-08-10 14:43:29 +00:00
2022-08-10 14:43:29 +00:00

Test for the CMake auto-setup package manager with a vcpkg setup.

Setting vcpkg is as easy as:

git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat

Then you need to have vcpkg in the PATH environment variable. (PATH=${PATH};c:\projects\vcpkg in Preferences -> Environment)