aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-gamepad/vcpkg.json
blob: 4bd3fb05f7507db4a51348675763256f1da08a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-gamepad",
  "version-string": "5.15.2",
  "port-version": 1,
  "description": "Qt5 Gamepad Module - Enables Qt applications to support the use of gamepad hardware",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative"
  ]
}