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
Gabriel de Dietrich 2016-12-12 15:47:48 -08:00
parent 5b1f18b0f1
commit 59b80d606e
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ qtConfig(directwrite) {
DEFINES *= QT_NO_DIRECTWRITE
}
LIBS += -lole32 -lgdi32 -luser32
LIBS += -lole32 -lgdi32 -luser32 -ladvapi32