diff options
Diffstat (limited to 'vcpkg/ports/qt5-3d/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qt5-3d/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-3d/vcpkg.json b/vcpkg/ports/qt5-3d/vcpkg.json new file mode 100644 index 0000000..849d168 --- /dev/null +++ b/vcpkg/ports/qt5-3d/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "qt5-3d", + "version": "5.15.18", + "description": "Qt 3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.", + "license": null, + "dependencies": [ + "assimp", + { + "name": "qt5-base", + "default-features": false + }, + "qt5-declarative", + "qt5-gamepad", + "qt5-imageformats", + { + "name": "vcpkg-pkgconfig-get-modules", + "host": true + } + ] +} |