vcpkg/ports/qwt/vcpkg.json

15 lines
296 B
JSON
Raw Normal View History

{
"name": "qwt",
"version-semver": "6.2.0",
"description": "qt widgets library for technical applications",
"homepage": "https://sourceforge.net/projects/qwt",
"dependencies": [
{
"name": "qt5-base",
"default-features": false
},
"qt5-svg",
"qt5-tools"
]
}