mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 03:29:07 +08:00
31 lines
575 B
JSON
31 lines
575 B
JSON
|
{
|
||
|
"name": "qwt-qt6",
|
||
|
"version-semver": "6.2.0",
|
||
|
"description": "qt widgets library for technical applications",
|
||
|
"homepage": "https://sourceforge.net/projects/qwt",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qtbase",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"concurrent",
|
||
|
"gui",
|
||
|
"widgets"
|
||
|
]
|
||
|
},
|
||
|
"qtsvg",
|
||
|
{
|
||
|
"name": "qttools",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"designer"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-qmake",
|
||
|
"host": true,
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|