mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 11:19:00 +08:00
17 lines
295 B
JSON
17 lines
295 B
JSON
|
{
|
||
|
"name": "qt5-doc",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Qt5 doc Module;",
|
||
|
"supports": "linux",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-declarative",
|
||
|
"qt5-quickcontrols2",
|
||
|
"qt5-tools"
|
||
|
]
|
||
|
}
|