vcpkg/ports/qt5-tools/vcpkg.json
2024-09-08 11:46:15 -07:00

32 lines
688 B
JSON

{
"name": "qt5-tools",
"version": "5.15.15",
"description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.",
"license": null,
"dependencies": [
{
"name": "qt5-activeqt",
"platform": "windows"
},
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative"
],
"features": {
"qdoc": {
"description": "Build the qdoc tool.",
"dependencies": [
{
"name": "llvm",
"default-features": false,
"features": [
"clang"
]
}
]
}
}
}