vcpkg/ports/qtserialport/vcpkg.json
2024-10-08 16:08:56 -04:00

15 lines
387 B
JSON

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