From 50e257de2642fc980d4e82fb99d455ca784f11bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 5 Apr 2016 15:30:04 +0200 Subject: Remove un-needed dependencies on Cocoa and Carbon Change-Id: I6fe96cd758ebf694cf0005d6aa46e3e8d899723e Reviewed-by: aavit --- 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 39319d8..47c7e12 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 Cocoa -framework Carbon -framework IOKit -framework ImageIO +LIBS += -framework IOKit -framework ImageIO QT += core-private gui-private platformsupport-private -- cgit v1.2.3