diff options
Diffstat (limited to 'vcpkg/ports/kf5diagram/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5diagram/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5diagram/vcpkg.json b/vcpkg/ports/kf5diagram/vcpkg.json new file mode 100644 index 0000000..07677ee --- /dev/null +++ b/vcpkg/ports/kf5diagram/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "kf5diagram", + "version": "2.8.0", + "port-version": 1, + "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 + } + ] +} |