mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
a0efd6a5e2
* [ptyqt] Update port version to fix some linkage issues * Update versions
22 lines
370 B
JSON
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"
|
|
}
|
|
]
|
|
}
|