aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/itay-grudev-singleapplication/vcpkg.json
blob: e54ded53e2b7de3e80487029c3f887f6484c939a (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": "itay-grudev-singleapplication",
  "version": "3.5.4",
  "description": "Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication",
  "homepage": "https://github.com/itay-grudev/SingleApplication",
  "license": "MIT",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui",
        "network",
        "widgets"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}