Skip to content

Commit

Permalink
Pin Windows build to Qt 6.5.1 due to a DPI scaling regression in 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Aug 31, 2023
1 parent b309131 commit d8a8005
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gui/qt/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
"features": [ "dbus", "gui", "network", "widgets", "png" ]
}
],
"builtin-baseline": "e21c414460498b0c7c94d815ad6d1a3d313ff28b"
"builtin-baseline": "e21c414460498b0c7c94d815ad6d1a3d313ff28b",
"overrides": [
{
"name": "qtbase",
"version": "6.5.1"
}
]
}

0 comments on commit d8a8005

Please sign in to comment.