aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kddockwidgets/vcpkg.json
blob: 70545ca96683035846ccc608c88fb8d6810c028d (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
{
  "name": "kddockwidgets",
  "version": "2.1.0",
  "port-version": 1,
  "description": "KDAB's Dock Widget Framework for Qt",
  "homepage": "https://www.kdab.com/development-resources/qt-tools/kddockwidgets/",
  "license": "GPL-2.0-only OR GPL-3.0-only",
  "dependencies": [
    "kdbindings",
    "nlohmann-json",
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "widgets"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}