aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdsingleapplication/vcpkg.json
blob: 81fc46104abcedcbfcd0d6c6c7c292a924a48d8e (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": "kdsingleapplication",
  "version": "1.1.0",
  "port-version": 1,
  "description": "KDSingleApplication is a helper class for single-instance policy applications.",
  "homepage": "https://github.com/KDAB/KDSingleApplication",
  "license": "MIT",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "network",
        "widgets"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}