summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-04-05 15:30:04 +0200
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-04-05 16:26:40 +0000
commit50e257de2642fc980d4e82fb99d455ca784f11bd (patch)
tree0c994a13361e94c0c7b542bafa0f4b142537ade2
parent2d59367241aafbfe6acb30202f64e30697028bd9 (diff)
Remove un-needed dependencies on Cocoa and Carbon
Change-Id: I6fe96cd758ebf694cf0005d6aa46e3e8d899723e Reviewed-by: aavit <eirik.aavitsland@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 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