mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:01:36 +08:00
18 lines
390 B
JSON
18 lines
390 B
JSON
|
{
|
||
|
"name": "qt5-tools",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Qt5 Tools Module; Includes deployment tools and helpers, Qt Designer, Assistant, and other applications",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qt5-activeqt",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-declarative"
|
||
|
]
|
||
|
}
|