mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:29:02 +08:00
1e18fd8db6
* [qwt] update to 6.2.0 * update version * fix request changes * update version * update portfile.cmake * update vsersion * fix CI error * update version
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|