aboutsummaryrefslogtreecommitdiff
path: root/ports/quazip/vcpkg.json
blob: deae1dcae42c6b8598359ad9d48ea8b21421d350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "quazip",
  "version": "1.1",
  "description": "Qt/C++ wrapper over minizip",
  "homepage": "https://stachenov.github.io/quazip/",
  "dependencies": [
    "qt5-base",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}