mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
3457eb9ff6
* [qwt fix dependency] * v db * empty
27 lines
513 B
JSON
27 lines
513 B
JSON
{
|
|
"name": "qwt",
|
|
"version": "6.2.0+20220616",
|
|
"port-version": 1,
|
|
"description": "qt widgets library for technical applications",
|
|
"homepage": "https://sourceforge.net/projects/qwt",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"concurrent",
|
|
"gui",
|
|
"opengl",
|
|
"widgets"
|
|
]
|
|
},
|
|
"qtsvg",
|
|
{
|
|
"name": "vcpkg-qmake",
|
|
"host": true,
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|