aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5i18n/vcpkg.json
blob: 3f447ef49b1c58b9daea47aaa02bcc8e7c300424 (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
25
26
27
28
29
{
  "name": "kf5i18n",
  "version": "5.98.0",
  "port-version": 1,
  "description": "Advanced internationalization framework",
  "homepage": "https://api.kde.org/frameworks/ki18n/html/index.html",
  "dependencies": [
    "ecm",
    "gettext",
    {
      "name": "gettext",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "libiconv",
    "qt5-declarative",
    "qt5-tools",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}