vcpkg/ports/ptyqt/vcpkg.json
Vitaly a0efd6a5e2
[ptyqt] Update port version to fix some linkage issues (#21543)
* [ptyqt] Update port version to fix some linkage issues

* Update versions
2021-11-22 15:39:35 -08:00

22 lines
370 B
JSON

{
"name": "ptyqt",
"version": "0.6.5",
"description": "PtyQt - C++ library for work with PseudoTerminals",
"supports": "!uwp",
"dependencies": [
"qt5-base",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "winpty",
"platform": "windows"
}
]
}