vcpkg/ports/qtserialport/vcpkg.json
2024-06-20 20:19:25 -07:00

15 lines
387 B
JSON

{
"name": "qtserialport",
"version": "6.7.2",
"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
}
]
}