Fix iOS shared builds
Building iOS shared failed with link errors to the CoreGraphics framework when building without harfbuzz-ng. This patch adds the missing dependency. Change-Id: If464417039172c2854e455563153057f0cea2a22 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
51edf8a2b2
commit
230c293f20
@ -33,6 +33,7 @@ testcocoon {
|
||||
}
|
||||
|
||||
osx: LIBS_PRIVATE += -framework AppKit
|
||||
darwin: LIBS_PRIVATE += -framework CoreGraphics
|
||||
|
||||
CONFIG += simd optimize_full
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user