From 99d9e0c527ad91f186628ece1c8b3a5ec07f7add Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Date: Thu, 29 Sep 2016 16:00:45 +0200
Subject: [PATCH] remove spurious platformsupport dependency

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>
---
 src/plugins/imageformats/macjp2/macjp2.pro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/imageformats/macjp2/macjp2.pro b/src/plugins/imageformats/macjp2/macjp2.pro
index d7ece1b4..66aafb45 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 \
-- 
GitLab