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 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/imageformats/mng/mng.pro') 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 -- cgit v1.2.3