vcpkg/ports/kf5diagram/vcpkg.json
Dawid Wróbel 3083e1e731
[kf5diagram] new port (#20234)
* [kf5diagram] new port

* [kf5diagram] update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-22 13:15:26 -07:00

20 lines
388 B
JSON

{
"name": "kf5diagram",
"version": "2.8.0",
"description": "Powerful libraries (KChart, KGantt) for creating business diagrams",
"homepage": "https://api.kde.org/kdiagram/index.html",
"dependencies": [
"ecm",
"qt5-base",
"qt5-svg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}