Skip to content

Commit

Permalink
[qt5-webengine] Depend on atl instead of atlmfc (#37626)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsondergaard committed Mar 23, 2024
1 parent 233b40a commit 18696a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/qt5-webengine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "qt5-webengine",
"version": "5.15.13",
"port-version": 1,
"port-version": 2,
"description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
"license": null,
"supports": "!static",
"dependencies": [
{
"name": "atlmfc",
"name": "atl",
"platform": "windows"
},
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7222,7 +7222,7 @@
},
"qt5-webengine": {
"baseline": "5.15.13",
"port-version": 1
"port-version": 2
},
"qt5-webglplugin": {
"baseline": "5.15.13",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qt5-webengine.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91b4cbf2c91549380aa26377330c142a6e408414",
"version": "5.15.13",
"port-version": 2
},
{
"git-tree": "0214bdc43ab8f108c976e57f4ae394032671d123",
"version": "5.15.13",
Expand Down

0 comments on commit 18696a5

Please sign in to comment.