diff options
Diffstat (limited to 'vcpkg/ports/qtserialport/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtserialport/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/qtserialport/vcpkg.json b/vcpkg/ports/qtserialport/vcpkg.json new file mode 100644 index 0000000..dfd8063 --- /dev/null +++ b/vcpkg/ports/qtserialport/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "qtserialport", + "version": "6.9.1", + "description": "Qt Serial Port provides basic functionality for configuration, I/O operations, and getting and setting the control signals of the RS-232 pinouts.", + "homepage": "https://www.qt.io/", + "license": null, + "supports": "!ios", + "dependencies": [ + { + "name": "qtbase", + "default-features": false + } + ] +} |