diff --git a/src/accounts/google/GoogleWrapper.h b/src/accounts/google/GoogleWrapper.h index e5c7bc342..4af42f04f 100644 --- a/src/accounts/google/GoogleWrapper.h +++ b/src/accounts/google/GoogleWrapper.h @@ -32,6 +32,7 @@ class ACCOUNTDLLEXPORT GoogleWrapperFactory : public XmppAccountFactory { Q_OBJECT Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) + Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" ) public: GoogleWrapperFactory() {} diff --git a/src/accounts/xmpp/XmppAccount.h b/src/accounts/xmpp/XmppAccount.h index b0593b3c2..3ad3b44b1 100644 --- a/src/accounts/xmpp/XmppAccount.h +++ b/src/accounts/xmpp/XmppAccount.h @@ -41,6 +41,7 @@ class ACCOUNTDLLEXPORT XmppAccountFactory : public AccountFactory { Q_OBJECT Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) + Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" ) // for settings access friend class XmppConfigWidget;