From 2d59367241aafbfe6acb30202f64e30697028bd9 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Tue, 8 Mar 2016 10:28:34 +0100 Subject: Add a Jpeg2000 handler that utilizes Apple ImageIO Framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Jasper-based jp2 plugin has been disabled by default. This plugin can replace it for OS X and iOS. Change-Id: Id43dbefdf7df22493910a855f823c9b966bafcdb Reviewed-by: Tor Arne Vestbø --- src/plugins/imageformats/macjp2/macjp2.pro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/plugins/imageformats/macjp2/macjp2.pro (limited to 'src/plugins/imageformats/macjp2/macjp2.pro') diff --git a/src/plugins/imageformats/macjp2/macjp2.pro b/src/plugins/imageformats/macjp2/macjp2.pro new file mode 100644 index 0000000..39319d8 --- /dev/null +++ b/src/plugins/imageformats/macjp2/macjp2.pro @@ -0,0 +1,20 @@ +TARGET = qmacjp2 +PLUGIN_TYPE = imageformats +PLUGIN_CLASS_NAME = QMacJp2Plugin + +LIBS += -framework Cocoa -framework Carbon -framework IOKit -framework ImageIO + +QT += core-private gui-private platformsupport-private + +SOURCES += \ + qmacjp2handler.cpp \ + main.cpp \ + qiiofhelpers.cpp + +HEADERS += \ + qmacjp2handler.h \ + qiiofhelpers_p.h + +OTHER_FILES += macjp2.json + +load(qt_plugin) -- cgit v1.2.3