Skip to content

Commit

Permalink
Fix pyqt6 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Mar 12, 2024
1 parent 719f4a4 commit f196f96
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions ports/py-pyqt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-pyqt6",
"version": "6.6.1",
"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 @@ -10,15 +10,45 @@
"py-pyqt-builder",
"py-pyqt6-sip",
"python3",
"qt3d",
"qt5compat",
{
"name": "qtactiveqt",
"platform": "windows"
},
"qtbase",
{
"name": "qtbase",
"features": [
"concurrent",
"gui",
"network",
"opengl",
"widgets"
]
},
"qtcharts",
"qtconnectivity",
"qtdatavis3d",
"qtgraphs",
"qthttpserver",
"qtlocation",
"qtmultimedia",
"qtnetworkauth",
"qtpositioning",
"qtquick3d",
"qtremoteobjects",
"qtscxml",
"qtsensors",
"qtserialbus",
"qtserialport",
"qtspeech",
"qtsvg",
"qtwebchannel",
{
"name": "qtwebengine",
"features": [
"webchannel"
]
},
"qtwebsockets",
{
"name": "vcpkg-python-scripts",
Expand Down

0 comments on commit f196f96

Please sign in to comment.