aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5windowsystem/vcpkg.json
blob: ab42649adad54bf9fd11aab11dd5da5c66325db1 (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": "kf5windowsystem",
  "version-semver": "5.84.0",
  "port-version": 3,
  "description": "Access to the windowing system",
  "homepage": "https://api.kde.org/frameworks/kwindowsystem/html/",
  "dependencies": [
    "ecm",
    "qt5-tools",
    {
      "name": "qt5-winextras",
      "platform": "windows"
    },
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}