vcpkg/ports/qwt-qt6/vcpkg.json
مهدي شينون (Mehdi Chinoune) a295be21f6
[qwt-qt6] new port (#20921)
Co-Authored-By: Billy O'Neal <bion@microsoft.com>

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-11-29 23:48:22 -08:00

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
}
]
}