Register the plugin using the new Q_PLUGIN_METADATA macro
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 15 Jun 2012 21:36:14 +0000 (14:36 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Fri, 15 Jun 2012 21:36:14 +0000 (14:36 -0700)
declarative/components.h

index edf6434..8b17216 100644 (file)
@@ -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);