1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

vcpkg: build qtbase with harfbuzz enabled, fixes windows widget drawing

This commit is contained in:
Nadia Holmquist Pedersen 2024-08-14 06:42:06 +02:00
parent deb1ba2bb2
commit 2fff4c0b5a

View file

@ -13,7 +13,7 @@
{
"name": "qtbase",
"default-features": false,
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd"]
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd", "harfbuzz"]
},
{
"name": "qtbase",