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

26 lines
484 B
JSON

{
"name": "qtlanguageserver",
"version": "6.7.1",
"description": "An implementation of the Language Server Protocol.",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"concurrent",
"network"
]
},
{
"name": "qtbase",
"default-features": false,
"features": [
"gui"
],
"platform": "android"
}
]
}