vcpkg.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "qgis",
  3. "version-string": "3.18.0",
  4. "port-version": 0,
  5. "homepage": "https://qgis.org",
  6. "description": "QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)",
  7. "dependencies": [
  8. "expat",
  9. "libxml2",
  10. "libzip",
  11. "zlib",
  12. "libspatialindex",
  13. "libspatialite",
  14. "gdal",
  15. {
  16. "name": "exiv2",
  17. "features":
  18. [
  19. "xmp"
  20. ]
  21. },
  22. "gsl",
  23. "libpq",
  24. "protobuf",
  25. "proj4",
  26. "geos",
  27. {
  28. "name": "libtasn1",
  29. "platform": "ios"
  30. },
  31. "qt5-base",
  32. "qt5-svg",
  33. "qt5-location",
  34. "qt5-tools",
  35. {
  36. "name": "qt5-macextras",
  37. "platform": "osx"
  38. },
  39. {
  40. "name": "qt5-winextras",
  41. "platform": "windows"
  42. },
  43. "qca",
  44. "qtkeychain"
  45. ],
  46. "features":
  47. [
  48. {
  49. "name": "opencl",
  50. "description": "Should OpenCL support be added",
  51. "dependencies":
  52. [
  53. "opencl"
  54. ]
  55. },
  56. {
  57. "name": "server",
  58. "description": "Determines whether QGIS server should be built",
  59. "dependencies":
  60. [
  61. "fastcgi"
  62. ]
  63. },
  64. {
  65. "name": "process",
  66. "description": "Determines whether the command line QGIS process tool should be built"
  67. },
  68. {
  69. "name": "3d",
  70. "description": "Determines whether QGIS 3D library should be built",
  71. "dependencies":
  72. [
  73. "qt5-3d"
  74. ]
  75. },
  76. {
  77. "name": "bindings",
  78. "description": "Determines whether Python bindings should be built"
  79. },
  80. {
  81. "name": "gui",
  82. "description": "Determines whether the QGIS gui should be built",
  83. "dependencies":
  84. [
  85. "qwt",
  86. "qscintilla"
  87. ]
  88. },
  89. {
  90. "name": "desktop",
  91. "description": "Determines whether the QGIS desktop (main app) should be built"
  92. },
  93. {
  94. "name": "customwidgets",
  95. "description": "Determines whether the QGIS custom widgets for QtCreator should be built"
  96. },
  97. {
  98. "name": "quick",
  99. "description": "Build the QGIS quick components for mobile interfaces",
  100. "dependencies":
  101. [
  102. "qt5-quickcontrols2",
  103. "qt5-declarative"
  104. ]
  105. }
  106. ]
  107. }