Windows Font DB: Add missing library
This solves link errors with font support in the minimal QPA plugin.
This is similar to 449204f8c0 in the Cocoa font DB.
Change-Id: Ia0268b5c4d3c69125c909e458d15ea5224d2630a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
parent
5b1f18b0f1
commit
59b80d606e
|
|
@ -25,4 +25,4 @@ qtConfig(directwrite) {
|
|||
DEFINES *= QT_NO_DIRECTWRITE
|
||||
}
|
||||
|
||||
LIBS += -lole32 -lgdi32 -luser32
|
||||
LIBS += -lole32 -lgdi32 -luser32 -ladvapi32
|
||||
|
|
|
|||
Loading…
Reference in New Issue