Commit d3ac5245 authored by Jake Petroules's avatar Jake Petroules
Browse files

Link to CoreFoundation in macjp2 plugin


This fixes a linking error on tvOS (though strangely not macOS).

Change-Id: I1f339fefa07ab55bc943aabf895f713e8ef6f6c1
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
parent 9c236284
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment