aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qlementine/vcpkg.json
blob: b6fe85c5ed5cdcc132ccf1afc15c588ce46dfecb (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": "qlementine",
  "version": "1.2.2",
  "description": "Modern QStyle for desktop Qt6 applications.",
  "homepage": "https://github.com/oclero/qlementine/",
  "documentation": "https://oclero.github.io/qlementine/",
  "license": "MIT",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "widgets"
      ]
    },
    "qtsvg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}