aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5jobwidgets/vcpkg.json
blob: 2bd6e35342c6d205376f246a3badd72b68f3d094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "kf5jobwidgets",
  "version": "5.98.0",
  "description": "Widgets for showing progress of asynchronous jobs",
  "homepage": "https://api.kde.org/frameworks/kjobwidgets/html/index.html",
  "dependencies": [
    "ecm",
    "kf5coreaddons",
    "kf5widgetsaddons",
    "qt5-base",
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}