aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt-advanced-docking-system/vcpkg.json
blob: 8ea15e4d40e718b483474151a2fe8ea33fb3fc52 (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
{
  "name": "qt-advanced-docking-system",
  "version": "4.4.1",
  "description": "Create customizable layouts using an advanced window docking system similar to what is found in many popular IDEs such as Visual Studio",
  "homepage": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System",
  "license": "LGPL-2.1-only",
  "supports": "!xbox",
  "dependencies": [
    "bzip2",
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui",
        "widgets"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}