aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/install-vcpkg.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Update vcpkg installationSimon Hausmann2019-06-211-20/+21
| | | | | | | | | | | | | Use the latest snapshot, fetch the package set from the repo itself and set the VCPKG_ROOT environment variable as that's the vcpkg documented interface. The qt specific triplet defaults to static linkage, which allows removing the %PATH% handling and resembles the same setup as in Qt 5 where we linked the 3rd-party code statically into qt. Change-Id: I789d61b5c7258674c2dd80403efaeb891c8f75c7 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Provisioning: install vcpkg and some packages on Windows 10Liang Qi2019-05-031-0/+65
Change-Id: Ib8ba5b30ebcfb5e66ce5de65c9287807943d7166 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>