From d3ac5245d024d78b1366839174fca557778ded98 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Fri, 19 Aug 2016 03:44:05 -0700 Subject: Link to CoreFoundation in macjp2 plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a linking error on tvOS (though strangely not macOS). Change-Id: I1f339fefa07ab55bc943aabf895f713e8ef6f6c1 Reviewed-by: Oswald Buddenhagen Reviewed-by: Tor Arne Vestbø --- src/plugins/imageformats/macjp2/macjp2.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/imageformats/macjp2/macjp2.pro b/src/plugins/imageformats/macjp2/macjp2.pro index 5e026b6..d7ece1b 100644 --- a/src/plugins/imageformats/macjp2/macjp2.pro +++ b/src/plugins/imageformats/macjp2/macjp2.pro @@ -2,7 +2,7 @@ TARGET = qmacjp2 PLUGIN_TYPE = imageformats PLUGIN_CLASS_NAME = QMacJp2Plugin -LIBS += -framework ImageIO +LIBS += -framework CoreFoundation -framework ImageIO QT += core-private gui-private platformsupport-private -- cgit v1.2.3