vcpkg/ports/qt3d/vcpkg.json
Alexander Neumann 45f34d72b9
[Qt] Update to 6.6.0 (#34426)
* [Qt] Update to 6.6.0

* fix patch in qtbase

* add tmp port to get qtwebengine logs

* remove dep in tmp port

* Fix CMAKE_BUILD_TYPE being hijacked by qt scripts.

* Fix qtwebengine build?

* add another script to be fixed

* remove path to cmake

* fix qtgrpc

* looks like the variable is defined somewhere.

* avoid aliasing only if the target exists

* try different aliasing fix

* fix patch

* Dep stuff

* reenable atomics

* reenable librt

* remove tmp

* v db

* v db

* add vulkan-header as a dependency

* v db

* also needs libs

* v db

* add a comment to remember me not to touch this again

* v db
2023-10-27 11:18:22 -07:00

107 lines
2.0 KiB
JSON

{
"name": "qt3d",
"version": "6.6.0",
"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": [
"rhi"
]
},
"vulkan"
]
}
}
}