aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdreports/vcpkg.json
blob: 3e954b356affeec977042a0448cfa3855ffb4c2a (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": "kdreports",
  "version": "2.3.0",
  "description": "KD Reports is a Qt tool that lets you easily create printable reports by providing all of the necessary features for a variety of applications.",
  "homepage": "https://github.com/KDAB/KDReports",
  "license": "MIT",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "widgets"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}