summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-04-08 22:08:43 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2016-04-11 16:51:03 +0000
commit42b07b2ddf443d3eafd18e169f2e5ab5e36604a5 (patch)
tree6652f048dcc80f879c3a62a2a136f8f0bee84205
parent50e257de2642fc980d4e82fb99d455ca784f11bd (diff)
Remove un-needed dependency on IOKitv5.7.0-beta1
This framework is considered private on iOS, so we *can't* use it there. This amends 50e257de2642fc980d4e82fb99d455ca784f11bd. Change-Id: I6aad57540dbbf95b86bd43f265e810e67a2fb2f5 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> 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 47c7e12..5e026b6 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 IOKit -framework ImageIO
+LIBS += -framework ImageIO
QT += core-private gui-private platformsupport-private