mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
32 lines
688 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|