mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:59:06 +08:00
18 lines
330 B
JSON
18 lines
330 B
JSON
|
{
|
||
|
"name": "qtdeviceutilities",
|
||
|
"version-semver": "6.2.2",
|
||
|
"description": "Utils for Boot2Qt",
|
||
|
"homepage": "https://www.qt.io/",
|
||
|
"supports": "linux",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qtdeclarative",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "qttools",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|