Skip to content

Commit

Permalink
[py-pyqt5] Add 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 29, 2024
1 parent 9f0dd40 commit df6620d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ports/py-pyqt5/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -20,6 +20,7 @@
"qt5-sensors",
"qt5-svg",
"qt5-webchannel",
"qt5-xmlpatterns",
"qt5-websockets",
{
"name": "vcpkg-python-scripts",
Expand All @@ -29,5 +30,13 @@
"name": "vcpkg-qmake-qt5",
"host": true
}
]
],
"features":{
"3d": {
"description": "Build with 3d",
"dependencies": [
"qt5-3d"
]
}
}
}

0 comments on commit df6620d

Please sign in to comment.