summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-09-29 16:00:45 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-10-06 16:04:36 +0000
commit99d9e0c527ad91f186628ece1c8b3a5ec07f7add (patch)
tree865ad98f8d3638ae6734f9b37f5c32d93f7a61c0
parent7795bb6c194692abbca31a9734c83a78362c8063 (diff)
remove spurious platformsupport dependencyv5.8.0-beta1
it's not quite clear why it was included. however, it pulled in CoreGraphics transitively, which now has to be done explicitly. Change-Id: I4186f0603360645d81895d850005af01966834c5 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--src/plugins/imageformats/macjp2/macjp2.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/imageformats/macjp2/macjp2.pro b/src/plugins/imageformats/macjp2/macjp2.pro
index d7ece1b..66aafb4 100644
--- a/src/plugins/imageformats/macjp2/macjp2.pro
+++ b/src/plugins/imageformats/macjp2/macjp2.pro
@@ -2,9 +2,9 @@ TARGET = qmacjp2
PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QMacJp2Plugin
-LIBS += -framework CoreFoundation -framework ImageIO
+LIBS += -framework CoreFoundation -framework CoreGraphics -framework ImageIO
-QT += core-private gui-private platformsupport-private
+QT += core-private gui-private
SOURCES += \
qmacjp2handler.cpp \