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: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
c88719d08d
commit
d23bd9b09e
|
@ -1,6 +1,7 @@
|
||||||
TARGET = qmng
|
TARGET = qmng
|
||||||
|
|
||||||
PLUGIN_TYPE = imageformats
|
PLUGIN_TYPE = imageformats
|
||||||
|
PLUGIN_CLASS_NAME = QMngPlugin
|
||||||
load(qt_plugin)
|
load(qt_plugin)
|
||||||
|
|
||||||
HEADERS += qmnghandler_p.h
|
HEADERS += qmnghandler_p.h
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
TARGET = qtga
|
TARGET = qtga
|
||||||
|
|
||||||
PLUGIN_TYPE = imageformats
|
PLUGIN_TYPE = imageformats
|
||||||
|
PLUGIN_CLASS_NAME = QTgaPlugin
|
||||||
load(qt_plugin)
|
load(qt_plugin)
|
||||||
|
|
||||||
HEADERS += qtgahandler.h \
|
HEADERS += qtgahandler.h \
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
TARGET = qtiff
|
TARGET = qtiff
|
||||||
|
|
||||||
PLUGIN_TYPE = imageformats
|
PLUGIN_TYPE = imageformats
|
||||||
|
PLUGIN_CLASS_NAME = QTiffPlugin
|
||||||
load(qt_plugin)
|
load(qt_plugin)
|
||||||
|
|
||||||
HEADERS += qtiffhandler_p.h
|
HEADERS += qtiffhandler_p.h
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
TARGET = qwbmp
|
TARGET = qwbmp
|
||||||
|
|
||||||
PLUGIN_TYPE = imageformats
|
PLUGIN_TYPE = imageformats
|
||||||
|
PLUGIN_CLASS_NAME = QWbmpPlugin
|
||||||
load(qt_plugin)
|
load(qt_plugin)
|
||||||
|
|
||||||
HEADERS += qwbmphandler_p.h
|
HEADERS += qwbmphandler_p.h
|
||||||
|
|
Loading…
Reference in New Issue