summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2012-12-10 14:22:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-10 15:32:43 +0100
commitd23bd9b09e00a3ae4eea2a24c8b727084db2e7f7 (patch)
tree284be148cf8c56c0be765d1531dd092e5e35b9b8
parentc88719d08d23604cb3b8ea13812606865790f086 (diff)
Add PLUGIN_CLASS_NAME to qtimageformats pluginsv5.0.0-rc2v5.0.0
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>
-rw-r--r--src/plugins/imageformats/mng/mng.pro1
-rw-r--r--src/plugins/imageformats/tga/tga.pro1
-rw-r--r--src/plugins/imageformats/tiff/tiff.pro1
-rw-r--r--src/plugins/imageformats/wbmp/wbmp.pro1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/imageformats/mng/mng.pro b/src/plugins/imageformats/mng/mng.pro
index 63926f4..9890c11 100644
--- a/src/plugins/imageformats/mng/mng.pro
+++ b/src/plugins/imageformats/mng/mng.pro
@@ -1,6 +1,7 @@
TARGET = qmng
PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QMngPlugin
load(qt_plugin)
HEADERS += qmnghandler_p.h
diff --git a/src/plugins/imageformats/tga/tga.pro b/src/plugins/imageformats/tga/tga.pro
index 2cbb878..242ded5 100644
--- a/src/plugins/imageformats/tga/tga.pro
+++ b/src/plugins/imageformats/tga/tga.pro
@@ -1,6 +1,7 @@
TARGET = qtga
PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QTgaPlugin
load(qt_plugin)
HEADERS += qtgahandler.h \
diff --git a/src/plugins/imageformats/tiff/tiff.pro b/src/plugins/imageformats/tiff/tiff.pro
index cc9f93b..66eea8c 100644
--- a/src/plugins/imageformats/tiff/tiff.pro
+++ b/src/plugins/imageformats/tiff/tiff.pro
@@ -1,6 +1,7 @@
TARGET = qtiff
PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QTiffPlugin
load(qt_plugin)
HEADERS += qtiffhandler_p.h
diff --git a/src/plugins/imageformats/wbmp/wbmp.pro b/src/plugins/imageformats/wbmp/wbmp.pro
index 7579f9c..488a46b 100644
--- a/src/plugins/imageformats/wbmp/wbmp.pro
+++ b/src/plugins/imageformats/wbmp/wbmp.pro
@@ -1,6 +1,7 @@
TARGET = qwbmp
PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QWbmpPlugin
load(qt_plugin)
HEADERS += qwbmphandler_p.h