aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5crash/vcpkg.json
blob: 7b646dc14d0967c9ffaafc8234159f2665299e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "kf5crash",
  "version": "5.98.0",
  "description": "KCrash provides support for intercepting and handling application crashes.",
  "homepage": "https://api.kde.org/frameworks/kcrash/html/index.html",
  "dependencies": [
    "ecm",
    "kf5coreaddons",
    "kf5windowsystem",
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}