Commit 99d9e0c5 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

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: default avatarJake Petroules <jake.petroules@qt.io>
parent 7795bb6c
Branches
Tags v5.8.0-beta1
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -2,9 +2,9 @@ TARGET = qmacjp2 ...@@ -2,9 +2,9 @@ TARGET = qmacjp2
PLUGIN_TYPE = imageformats PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QMacJp2Plugin 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 += \ SOURCES += \
qmacjp2handler.cpp \ qmacjp2handler.cpp \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment