mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:39:01 +08:00
a295be21f6
Co-Authored-By: Billy O'Neal <bion@microsoft.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|