aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5notifications/vcpkg.json
blob: f2b920c1301801650fd38d7e477e3766b6f95476 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "kf5notifications",
  "version": "5.84.0",
  "description": "Desktop notifications",
  "homepage": "https://api.kde.org/frameworks/knotifications/html/index.html",
  "dependencies": [
    "ecm",
    "kf5config",
    "kf5coreaddons",
    {
      "name": "kf5windowsystem",
      "platform": "!android"
    },
    {
      "name": "libcanberra",
      "platform": "!(windows | uwp)"
    },
    {
      "name": "libsnoretoast",
      "platform": "windows"
    },
    {
      "name": "qt5-androidextras",
      "platform": "android"
    },
    "qt5-base",
    {
      "name": "qt5-macextras",
      "platform": "osx"
    },
    "qt5-tools",
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}