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:
parent
deb1ba2bb2
commit
2fff4c0b5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue