From d23bd9b09e00a3ae4eea2a24c8b727084db2e7f7 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 10 Dec 2012 14:22:10 +0200 Subject: 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 --- src/plugins/imageformats/mng/mng.pro | 1 + src/plugins/imageformats/tga/tga.pro | 1 + src/plugins/imageformats/tiff/tiff.pro | 1 + src/plugins/imageformats/wbmp/wbmp.pro | 1 + 4 files changed, 4 insertions(+) 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 -- cgit v1.2.3