mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:09:15 +08:00
27 lines
456 B
JSON
27 lines
456 B
JSON
|
{
|
||
|
"name": "qtgraphs",
|
||
|
"version": "6.6.1",
|
||
|
"description": "Qt Location",
|
||
|
"homepage": "https://www.qt.io/",
|
||
|
"license": null,
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qtbase",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"gui",
|
||
|
"testlib",
|
||
|
"widgets"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "qtdeclarative",
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "qtquick3d",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|