Skip to content

Commit

Permalink
Ship QtQuickWidgets and fix PyQt6.QtQuickWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 10, 2025
1 parent a0890df commit f06bb30
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"registries": [
{
"kind": "git",
"baseline": "994999d5063930247e4b388baca5637eeaefdc04",
"baseline": "e494c9c25f3b0139c6274ece17f5c15374f9241f",
"repository": "https://github.com/open-vcpkg/python-registry",
"packages": [
"python3",
Expand Down Expand Up @@ -74,8 +74,10 @@
]
},
"qtbase",
"qtdeclarative",
"qtkeychain-qt6",
"qtlocation",
"qtquickcontrols2",
"qtsvg",
"qttools",
"zlib"
Expand Down Expand Up @@ -106,7 +108,15 @@
"py-owslib",
"py-pip",
"py-psycopg2",
"py-pyqt6",
{
"name": "py-pyqt6",
"features": [
"qt3d",
"qt5compat",
"qtcharts",
"qtdeclarative"
]
},
"py-pytz",
"py-pyyaml",
"py-qscintilla",
Expand All @@ -129,13 +139,6 @@
"opencl"
]
},
"quick": {
"description": "Build the QGIS quick components for mobile interfaces",
"dependencies": [
"qtdeclarative",
"qtquickcontrols2"
]
},
"server": {
"description": "Determines whether QGIS server should be built",
"dependencies": [
Expand Down

0 comments on commit f06bb30

Please sign in to comment.