From kde-commits Tue Mar 31 22:08:21 2015 From: Friedrich W. H. Kossebau Date: Tue, 31 Mar 2015 22:08:21 +0000 To: kde-commits Subject: [calligra/frameworks] qtquick: Port from Q_EXPORT_PLUGIN2 to Q_PLUGIN_METADATA (untested) Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=142783971131910 Git commit 34dd2e8b41e5c714310ee269e5a08806e312e3b9 by Friedrich W. H. Koss= ebau. Committed on 31/03/2015 at 22:06. Pushed by kossebau into branch 'frameworks'. Port from Q_EXPORT_PLUGIN2 to Q_PLUGIN_METADATA (untested) M +1 -2 qtquick/CalligraQtQuickComponentsPlugin.h http://commits.kde.org/calligra/34dd2e8b41e5c714310ee269e5a08806e312e3b9 diff --git a/qtquick/CalligraQtQuickComponentsPlugin.h b/qtquick/CalligraQt= QuickComponentsPlugin.h index 8800f2a..1ee7166 100644 --- a/qtquick/CalligraQtQuickComponentsPlugin.h +++ b/qtquick/CalligraQtQuickComponentsPlugin.h @@ -28,6 +28,7 @@ class CalligraQtQuickComponentsPlugin : public QDeclarativeExtensionPlugin { Q_OBJECT + Q_PLUGIN_METADATA(IID "org.calligra.CalligraQtQuickComponentsPlugin") = public: void registerTypes(const char *uri); @@ -37,6 +38,4 @@ private: = }; = -Q_EXPORT_PLUGIN2(calligraqtquickcomponentsplugin, CalligraQtQuickComponent= sPlugin) - #endif // CALLIGRAQTQUICKCOMPONENTSPLUGIN_H