vcpkg/ports/qtserialport/vcpkg.json
Alexander Neumann 0a34f76849
[qt] Update qt 6.7.1 (#38845)
Closes #38835
Closes #39040
2024-06-11 12:17:04 -07:00

15 lines
387 B
JSON

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