mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
vcpkg: build qtbase with harfbuzz enabled, fixes windows widget drawing
This commit is contained in:
parent
deb1ba2bb2
commit
2fff4c0b5a
@ -13,7 +13,7 @@
|
|||||||
{
|
{
|
||||||
"name": "qtbase",
|
"name": "qtbase",
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd"]
|
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd", "harfbuzz"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "qtbase",
|
"name": "qtbase",
|
||||||
|
Loading…
Reference in New Issue
Block a user