aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt3d/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qt3d/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/qt3d/vcpkg.json')
-rw-r--r--vcpkg/ports/qt3d/vcpkg.json114
1 files changed, 114 insertions, 0 deletions
diff --git a/vcpkg/ports/qt3d/vcpkg.json b/vcpkg/ports/qt3d/vcpkg.json
new file mode 100644
index 0000000..2f67c0b
--- /dev/null
+++ b/vcpkg/ports/qt3d/vcpkg.json
@@ -0,0 +1,114 @@
+{
+ "name": "qt3d",
+ "version": "6.9.1",
+ "description": "Qt wrapper for existing OPC UA stacks",
+ "homepage": "https://www.qt.io/",
+ "license": null,
+ "dependencies": [
+ "assimp",
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "concurrent",
+ "gui",
+ "network",
+ "widgets"
+ ]
+ }
+ ],
+ "default-features": [
+ "animation",
+ "assimp",
+ "extras",
+ "input",
+ "logic",
+ "render"
+ ],
+ "features": {
+ "animation": {
+ "description": "Use the 3D Animation Aspect library",
+ "dependencies": [
+ {
+ "name": "qt3d",
+ "default-features": false,
+ "features": [
+ "render"
+ ]
+ }
+ ]
+ },
+ "assimp": {
+ "description": "Build with assimp",
+ "dependencies": [
+ "assimp"
+ ]
+ },
+ "extras": {
+ "description": "Use the 3D Extra library",
+ "dependencies": [
+ {
+ "name": "qt3d",
+ "default-features": false,
+ "features": [
+ "input",
+ "logic",
+ "render"
+ ]
+ }
+ ]
+ },
+ "input": {
+ "description": "Use the 3D Input Aspect library"
+ },
+ "logic": {
+ "description": "Use the 3D Logic Aspect library"
+ },
+ "qml": {
+ "description": "Build QML imports",
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "gui"
+ ]
+ },
+ {
+ "name": "qtdeclarative",
+ "default-features": false
+ }
+ ]
+ },
+ "render": {
+ "description": "Use the 3D Render Aspect library"
+ },
+ "rhi": {
+ "description": "Enable RHI renderer",
+ "dependencies": [
+ "qtshadertools"
+ ]
+ },
+ "vulkan": {
+ "description": "Build with vulkan support",
+ "dependencies": [
+ {
+ "name": "qt3d",
+ "default-features": false,
+ "features": [
+ "render",
+ "rhi"
+ ]
+ },
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "vulkan"
+ ]
+ },
+ "vulkan"
+ ]
+ }
+ }
+}