geopro/vcpkg.json

29 lines
601 B
JSON

{
"name": "geopro-desktop",
"version": "0.1.0",
"description": "Geopro 3.0 desktop client (Qt6 + VTK9) - M1",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": ["gui", "widgets", "network", "sql", "sql-sqlite", "concurrent", "opengl"]
},
"qttools",
{
"name": "vtk",
"default-features": false,
"features": ["qt", "opengl", "gdal", "proj"]
},
"gdal",
"proj",
"eigen3",
"spdlog",
"fmt",
"nlohmann-json",
"openssl",
"qtkeychain",
"qt-advanced-docking-system",
"gtest"
]
}