diff options
Diffstat (limited to 'vcpkg/ports/qt5-quick3d')
| -rw-r--r-- | vcpkg/ports/qt5-quick3d/portfile.cmake | 2 | ||||
| -rw-r--r-- | vcpkg/ports/qt5-quick3d/vcpkg.json | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-quick3d/portfile.cmake b/vcpkg/ports/qt5-quick3d/portfile.cmake new file mode 100644 index 0000000..d11e2a0 --- /dev/null +++ b/vcpkg/ports/qt5-quick3d/portfile.cmake @@ -0,0 +1,2 @@ +include("${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake") +qt_submodule_installation() diff --git a/vcpkg/ports/qt5-quick3d/vcpkg.json b/vcpkg/ports/qt5-quick3d/vcpkg.json new file mode 100644 index 0000000..c3a0668 --- /dev/null +++ b/vcpkg/ports/qt5-quick3d/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "qt5-quick3d", + "version": "5.15.16", + "description": "Qt Quick 3D provides a high-level API for creating 3D content and 3D user interfaces based on Qt Quick.", + "license": null, + "dependencies": [ + { + "name": "qt5-base", + "default-features": false + }, + "qt5-declarative", + "qt5-imageformats" + ] +} |