aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ptyqt/vcpkg.json
blob: 8a115521b0400bdb616fc004a27abeeb85b54c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "ptyqt",
  "version": "0.7.1",
  "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"
    }
  ]
}