From df6620d6056f2af470a57402be5a208459e4f373 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 29 Apr 2024 08:35:54 +0200 Subject: [PATCH] [py-pyqt5] Add 3d --- ports/py-pyqt5/vcpkg.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ports/py-pyqt5/vcpkg.json b/ports/py-pyqt5/vcpkg.json index 8ab9a00..ac43cca 100644 --- a/ports/py-pyqt5/vcpkg.json +++ b/ports/py-pyqt5/vcpkg.json @@ -1,7 +1,7 @@ { "name": "py-pyqt5", "version": "5.15.10", - "port-version":2, + "port-version":3, "description": "Python bindings for the Qt cross platform application toolkit", "homepage": "https://www.riverbankcomputing.com/software/pyqt/", "dependencies": [ @@ -20,6 +20,7 @@ "qt5-sensors", "qt5-svg", "qt5-webchannel", + "qt5-xmlpatterns", "qt5-websockets", { "name": "vcpkg-python-scripts", @@ -29,5 +30,13 @@ "name": "vcpkg-qmake-qt5", "host": true } - ] + ], + "features":{ + "3d": { + "description": "Build with 3d", + "dependencies": [ + "qt5-3d" + ] + } + } }