aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-remoteobjects/vcpkg.json
blob: 38f4f5a8f39bd025552348a7fb6c31a15c2970e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qt5-remoteobjects",
  "version-string": "5.15.2",
  "port-version": 1,
  "description": "Qt5 Remoteobjects module - Provides an easy to use mechanism for sharing a QObject's API (Properties/Signals/Slots) between processes or devices.",
  "dependencies": [
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative"
  ]
}