vcpkg/ports/qt5-wayland/vcpkg.json

15 lines
298 B
JSON
Raw Normal View History

{
"name": "qt5-wayland",
2024-03-12 12:03:57 +08:00
"version": "5.15.13",
"port-version": 1,
"description": "QtWayland is a Qt 5 module that wraps the functionality of Wayland.",
2022-03-08 03:27:29 +08:00
"license": null,
"supports": "linux",
"dependencies": [
{
"name": "qt5-base",
"default-features": false
}
]
}