vcpkg.json 930 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "qt5-base",
  3. "version-string": "5.14.2",
  4. "port-version": 1,
  5. "description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
  6. "homepage": "https://www.qt.io/",
  7. "dependencies": [
  8. {
  9. "name": "angle",
  10. "platform": "!windows"
  11. },
  12. "double-conversion",
  13. "egl-registry",
  14. {
  15. "name": "fontconfig",
  16. "platform": "!windows"
  17. },
  18. "freetype",
  19. "harfbuzz",
  20. {
  21. "name": "icu",
  22. "platform": "!uwp"
  23. },
  24. "libjpeg-turbo",
  25. "libpng",
  26. "libpq",
  27. "openssl",
  28. "pcre2",
  29. "sqlite3",
  30. "zlib",
  31. "zstd"
  32. ],
  33. "features": {
  34. "latest": {
  35. "description": "Build latest qt version (5.15.2)"
  36. },
  37. "mysqlplugin": {
  38. "description": "Build the sql plugin for connecting to mysql databases",
  39. "dependencies": [
  40. "libmysql"
  41. ]
  42. }
  43. }
  44. }