aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/grantlee/vcpkg.json
blob: bea4842ecd4518d6c7c2b9e6d552e9c789a35610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "grantlee",
  "version": "5.3.1",
  "port-version": 2,
  "description": "Libraries for text templating with Qt",
  "homepage": "https://github.com/steveire/grantlee",
  "license": "LGPL-2.1-or-later",
  "supports": "!staticcrt & !xbox",
  "dependencies": [
    "qtdeclarative",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}