From 230c293f2089ac90e9373d8f92777b3fdb193b6a Mon Sep 17 00:00:00 2001 From: Jan Murawski Date: Fri, 21 Jul 2017 07:46:10 +0200 Subject: [PATCH] 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 --- src/gui/gui.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.pro b/src/gui/gui.pro index cfdb5e889b..f7d077e656 100644 --- a/src/gui/gui.pro +++ b/src/gui/gui.pro @@ -33,6 +33,7 @@ testcocoon { } osx: LIBS_PRIVATE += -framework AppKit +darwin: LIBS_PRIVATE += -framework CoreGraphics CONFIG += simd optimize_full