vcpkg/ports/qt5-3d/vcpkg.json
Sang Ha 4d3628a2a5
[qt5-3d] Support Visual Studio 2022 (#22624)
The error shows related to the qt5-3d module when I'm compiling COLMAP 3.6 by vcpkg on Windows 10 with Visual Studio 2022 installed. After tracing the logs, I realized that only assimp-vc143-mt.lib available in VCPKG_ROOT\installed\x64-windows\lib
2022-01-19 09:35:59 -08:00

17 lines
373 B
JSON

{
"name": "qt5-3d",
"version-string": "5.15.2",
"port-version": 3,
"description": "Qt5 3d Module - Functionality for near-realtime simulation systems with support for 2D and 3D rendering",
"dependencies": [
"assimp",
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative",
"qt5-gamepad",
"qt5-imageformats"
]
}