vcpkg/ports/qwt/vcpkg.json
JonLiu1993 2d922f46cc
[qwt] Restore patch to fix qwt link static library (#21832)
* [qwt] Fix qwt link static library

* update version
2021-12-06 20:36:09 -08:00

16 lines
317 B
JSON

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