vcpkg.json 414 B

123456789101112131415
  1. {
  2. "name": "spix",
  3. "version-string": "0.2",
  4. "port-version": 1,
  5. "description": "A minimally invasive UI testing library that enables your Qt/QML app's UI to be controlled either via c++ code, or through an http RPC interface.",
  6. "homepage": "https://github.com/faaxm/spix",
  7. "dependencies": [
  8. "anyrpc",
  9. {
  10. "name": "qt5-base",
  11. "default-features": false
  12. },
  13. "qt5-declarative"
  14. ]
  15. }