From: Rusty Lynch Date: Fri, 15 Jun 2012 21:36:14 +0000 (-0700) Subject: Register the plugin using the new Q_PLUGIN_METADATA macro X-Git-Tag: 061512144315~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e78252375d322d1cbbf75993f186a6855c114f8;p=profile%2Fivi%2Fbluetooth-qt.git Register the plugin using the new Q_PLUGIN_METADATA macro --- diff --git a/declarative/components.h b/declarative/components.h index edf6434..8b17216 100644 --- a/declarative/components.h +++ b/declarative/components.h @@ -16,7 +16,7 @@ class Components : public QQmlExtensionPlugin { Q_OBJECT - + Q_PLUGIN_METADATA(IID "org.bluetooth-qt-project.Components") public: void registerTypes(const char *uri); void initializeEngine(QQmlEngine *engine, const char *uri);