summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-19 03:44:05 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-19 13:17:53 +0000
commitd3ac5245d024d78b1366839174fca557778ded98 (patch)
tree5f6ac83d261aa0d7739903e9c42df46bb9a9a688
parent9c236284da151b239b41e52df894b6da61353798 (diff)
Link to CoreFoundation in macjp2 pluginv5.8.0-alpha1
This fixes a linking error on tvOS (though strangely not macOS). Change-Id: I1f339fefa07ab55bc943aabf895f713e8ef6f6c1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
-rw-r--r--src/plugins/imageformats/macjp2/macjp2.pro2
1 files changed, 1 insertions, 1 deletions
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