aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5windowsystem/vcpkg.json
blob: c0e76182ebd5efb7196bdbcace091e1a2819e828 (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
{
  "name": "kf5windowsystem",
  "version": "5.98.0",
  "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
    }
  ]
}