aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-androidextras/vcpkg.json
blob: 9703a4928a5bf435affb73a00db0ff811f836c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-androidextras",
  "version": "5.15.18",
  "description": "The Qt Android Extras module provided a set of classes and functions that were specific to Android applications written with Qt. This module helped developers to integrate various Android-specific features and services into their Qt applications.",
  "license": null,
  "supports": "android",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    }
  ]
}