Commit d23bd9b0 authored by Miikka Heikkinen's avatar Miikka Heikkinen Committed by The Qt Project
Browse files

Add PLUGIN_CLASS_NAME to qtimageformats plugins


Needed for automating static plugin loading.

Task-number: QTBUG-28131

    # ==[ Subject: One line only short meaningful description for logs ]===|

Change-Id: I15365a9ccf1a5b136ea7e01c4530108631498a2a
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent c88719d0
No related merge requests found
Showing with 4 additions and 0 deletions
TARGET = qmng
PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QMngPlugin
load(qt_plugin)
HEADERS += qmnghandler_p.h
......
TARGET = qtga
PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QTgaPlugin
load(qt_plugin)
HEADERS += qtgahandler.h \
......
TARGET = qtiff
PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QTiffPlugin
load(qt_plugin)
HEADERS += qtiffhandler_p.h
......
TARGET = qwbmp
PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QWbmpPlugin
load(qt_plugin)
HEADERS += qwbmphandler_p.h
......
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