diff options
Diffstat (limited to 'vcpkg/ports/ptyqt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ptyqt/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/ptyqt/vcpkg.json b/vcpkg/ports/ptyqt/vcpkg.json new file mode 100644 index 0000000..8a11552 --- /dev/null +++ b/vcpkg/ports/ptyqt/vcpkg.json @@ -0,0 +1,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" + } + ] +} |